[.net] cannot open precompiled header file?

Started by
0 comments, last by shallowshowcase 19 years, 6 months ago
hey, i just upgraded to Visual Studio .NET and anything i try to compile it says "Cannot open precompiled header file" "debug\test.pch" no such file or directory. and its a simple program that has ran 1000 times before.. but its doing it to everything i try to compile, here is the source to what i just tried to compile in a Win32 console app.. i mean i was just testing it out to see how .net worked and im already havin problems #include "stdafx.h" int main(int argc, CHAR* argv[]) { putchar('C'); putchar('+'); putchar(43); putchar('\n'); putchar('\n'); return 0; }
Advertisement
hrm never mind it worked the next time lol..

This topic is closed to new replies.

Advertisement