8 Feb
2005
8 Feb
'05
3:13 p.m.
For me the problem only occured when compiling a source that also generated pre-compiled header-file. My solution was to first build the pre-compiled headers via an empty source file (e.g. stdafx.cpp). After that the other source files compiled without problems.