why wont it compile
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.
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.
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
Popular Topics
Advertisement