I'd say that you are missing some sort of environment variable to inform you C++ compiler where the headers are stored.
I'd say that you are missing some sort of environment variable to inform you C++ compiler where the headers are stored.
Check the additional include paths in Visual Studio, in project properties. Maybe there is something missing there.
Everything seems to be in order in VC's include paths. Should I add something in the PATH variable amongst the environment variables?
I can't put MSVC's "include" directory in the PATH variable, can I?
Bookmarks