Visual c++ can't open include file 'iostream' - Stack Overflow
Some things that you should check: Check the include folder in your version of VS (in "C:\Program Files\Microsoft Visual Studio xx.x\VC\include" check for the file which you are including, iostream, make sure it's there). Check your projec...