need help (beginner)
-
while complining i keep getting this error :- "unexpected end of file while looking for precompiled header directive Generating Code..." could someone suggest what to do to rectify.. thanks ..:) vikram
Add
#include "StdAfx.h"
to the file before all other includes.Steve
-
Add
#include "StdAfx.h"
to the file before all other includes.Steve
-
while complining i keep getting this error :- "unexpected end of file while looking for precompiled header directive Generating Code..." could someone suggest what to do to rectify.. thanks ..:) vikram
For future reference, this is in the FAQ: 2.5 I added some source files I got from someone else into my project and the compiler gives the error "C1010: unexpected end of file while looking for precompiled header directive." Why?[^]
--Mike-- Visual C++ MVP :cool: LINKS~! Ericahist | PimpFish | CP SearchBar v3.0 | C++ Forum FAQ");