53607918matcher\stdafx.h(15) : fatal error C1083: Cannot open include file:
Compiling...StdAfx.cppf:\mc\stdafx.h(15):fatalerrorC1083:Cannotopenincludefile:'CJ60L...
Compiling...
StdAfx.cpp
f:\mc\stdafx.h(15) : fatal error C1083: Cannot open include file: 'CJ60Lib.h': No such file or directory
执行 cl.exe 时出错.
Creating browse info file...
BSCMAKE: error BK1506 : cannot open file '.\Debug\StdAfx.sbr': No such file or directory
执行 bscmake.exe 时出错. 展开
StdAfx.cpp
f:\mc\stdafx.h(15) : fatal error C1083: Cannot open include file: 'CJ60Lib.h': No such file or directory
执行 cl.exe 时出错.
Creating browse info file...
BSCMAKE: error BK1506 : cannot open file '.\Debug\StdAfx.sbr': No such file or directory
执行 bscmake.exe 时出错. 展开
2个回答
展开全部
致命错误 C1083
错误消息
无法打开 filetype 文件:“file”: message
通过检查下面的可能原因进行修复
1.文件不存在。
2.文件、子目录或磁盘是只读的。
3.没有对文件或目录的访问权限。
4.文件句柄不足。关闭一些应用程序并重新编译。
5.INCLUDE 环境变量设置得不正确。
6.#include directive 在路径规范两边使用双引号,这导致跳过标准目录。
7.没有指定 /clr 并且程序使用 CLR 构造。
8.尝试在未首先编译 stdafx.cpp 的项目中编译单个文件。需要首先编译 stdafx.cpp,才能编译项目中的单个文件。在使用 /analyze(企业代码分析)编译器选项时,需要对 stdafx.cpp 使用与 .cpp 文件相同的 /analyze 设置。
错误消息
无法打开 filetype 文件:“file”: message
通过检查下面的可能原因进行修复
1.文件不存在。
2.文件、子目录或磁盘是只读的。
3.没有对文件或目录的访问权限。
4.文件句柄不足。关闭一些应用程序并重新编译。
5.INCLUDE 环境变量设置得不正确。
6.#include directive 在路径规范两边使用双引号,这导致跳过标准目录。
7.没有指定 /clr 并且程序使用 CLR 构造。
8.尝试在未首先编译 stdafx.cpp 的项目中编译单个文件。需要首先编译 stdafx.cpp,才能编译项目中的单个文件。在使用 /analyze(企业代码分析)编译器选项时,需要对 stdafx.cpp 使用与 .cpp 文件相同的 /analyze 设置。
参考资料: http://msdn.microsoft.com/zh-cn/library/et4zwx34(VS.80).aspx
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询