I am trying to use Visual C++ compiler (the one that comes with MS Visual Studio 10) in Eclipse. However, when I use it from Eclipse the compiler does not recognize standard headers.
E.g. an attempt to include iostream results in “fatal error C1083: Cannot open include file: ‘iostream’: No such file or directory”.
Do I have to set any additional preferences to make it work?
Check “include” path for your environment/project