首页    新闻    小组    威客    人才    下载    博客    代码贴    在线编程    论坛
代码贴zhengshinver的代码贴全部
在编写基于MFC的开发程序时,头文件为#include "stdafx.h"
#include "yu1.h"
#include "yu1Dlg.h"

#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
总是出现一下的出错提示:\yu1\yu1dlg.cpp(4) : fatal error C1083: Cannot open precompiled header file: 'Debug/yu1.pch': No such file or directory,为什么?
阅读全部 | 2012年4月2日 06:00
1
zhengshinver