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