fatal error C1038

  • Thread starter Thread starter Steve
  • Start date Start date
S

Steve

I installed Visual Studio .NET from a developers pack,
and when I try to compile anything in C++ it gives me the
error "Fatal error: C1083" saying the file is not there.
The file I am calling is the iostream.h file.
I was told to reinstall .NET and make sure some check
boxes are checked in the installation options. They are
all the way they should be, but I still get the error.
 
Check Tools->Options->Projects->VC++ Directories. The directory where the
core SDK headers are located should be included there.
 
Back
Top