Advertisement

why wont it compile

Started by June 23, 2002 08:53 AM
1 comment, last by KOSH-30 22 years, 5 months ago
anyone got a idea what i am doing wrong fatal error C1083: Cannot open precompiled header file: ''Debug/nn.pch'': No such file or directory
If you open help and paste the error number it may give you some idea if you look at the examples in help.
Advertisement
Just disable precompiled headers.

In V C++ 6, go to

Project | Settings...

Go to the C/C++ tab and in the drop down box select "precompiled headers".

On that page click "Not using precompiled headers". The problem should then go away.
Jacob Marner, M.Sc.Console Programmer, Deadline Games

This topic is closed to new replies.

Advertisement