VS无法打开源文件stdafx.h如何解决
程序代码:#include "stdafx.h"
#include"stdio.h"
int APIENTRY WinMain(HINSTANCE hinstance,HINSTANCE hprevinstanc,LPSTR lpCmdLine,int nCmdshow)
{
MassageBox(NULL,TEXT("世界你好"),TEXT("问好"),MB_OK);
return 0;
}
VS2012编译
提示无法打开源文件stdafx.h
如何决解谢谢

