Advertisement

fatal error C1010: unexpected end of file while looking for precompiled header direct

Started by July 28, 2004 12:57 AM
0 comments, last by Fruny 20 years, 4 months ago
on lesson 1 of the nehe tutorial's, i get this err message when i try to build the exe, "fatal error C1010: unexpected end of file while looking for precompiled header directive", can someone please help me? i'd appricieate it much, thnx.
Either turn off precompiled headers, or do provide one - VC++ generally looks for "stdafx.h".
"Debugging is twice as hard as writing the code in the first place. Therefore, if you write the code as cleverly as possible, you are, by definition, not smart enough to debug it." — Brian W. Kernighan

This topic is closed to new replies.

Advertisement