C++ include path error, stddef.h not found

Viewed 31

I have an include path error with C++, i alredy have the correct include path in py c_cpp_propertys.json(i'm using vs code) but give me information about the correct way with the include path, but i think it's not because of the include path because i have this in the error:

cannot open source file "stddef.h" (dependency of "iostream")

i cant even find a file named stddef.h in my MinGW file, can you tell me how to solve this stddef.h error.

0 Answers
Related