Hi
I am running vc7 on WinXP
I changed my project (release) configuration (c/c+->Precompiled Headers->Create/use Precompiled Header) from "Create Precompiled Header" to "Use precompiled header", then I got the fatal error from all the .cpp files in my project pointing to one project file, so if I have 10 .cpp files (including myfiile.cpp), I will get 10 errors, including myfile.cpp complainning it self
-----------------------
..
\myproject\eachfile.cpp(1) : fatal error C1084: Cannot read CLR runtime data file: ' \myproject\release\myfile.obj': <Unknown
..
\myproject\myfile.cpp(1) : fatal error C1084: Cannot read CLR runtime data file: ' \myproject\release\myfile.obj': <Unknown
..
-----------------------
What is the problem here? Can anybody help
Thanks
Peter