主题:最简单一个程序也有问题,昏倒,请高手帮忙
代码是
#include "stdafx.h"
int APIENTRY WinMain(HINSTANCE hInstance,
HINSTANCE hPrevInstance,
LPSTR lpCmdLine,
int nCmdShow)
{
// TODO: Place code here.
MessageBox (NULL, TEXT ("Hello, Windows 98!"), TEXT ("HelloMsg"), 0);
return 0;
}
编译时出现fatal error C1083: Cannot open precompiled header file: 'Debug/hello.pch': No such file or directory
我的程序名为hello
那个hello.pch是怎么回事,大家帮帮忙
谢谢了先
#include "stdafx.h"
int APIENTRY WinMain(HINSTANCE hInstance,
HINSTANCE hPrevInstance,
LPSTR lpCmdLine,
int nCmdShow)
{
// TODO: Place code here.
MessageBox (NULL, TEXT ("Hello, Windows 98!"), TEXT ("HelloMsg"), 0);
return 0;
}
编译时出现fatal error C1083: Cannot open precompiled header file: 'Debug/hello.pch': No such file or directory
我的程序名为hello
那个hello.pch是怎么回事,大家帮帮忙
谢谢了先