首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 开发语言 > C++ >

很简单的有关问题

2012-02-23 
很简单的问题当我编译的时候经常出现这样的错误:fatal error C1083: Cannot open precompiled header file

很简单的问题
当我编译的时候经常出现这样的错误:

fatal error C1083: Cannot open precompiled header file: 'Debug/the boss.pch': No such file or directory
执行 cl.exe 时出错.
我双击这个错误的时候,指向这个头文件#include "stdafx.h"。为什么啊?有什么错误吗?

[解决办法]
rebuild试试

热点排行