fatal error C1038

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.
 
K

Klaus H. Probst

Check Tools->Options->Projects->VC++ Directories. The directory where the
core SDK headers are located should be included there.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top