环境:Visual C++ 6.0
问题:fatal error C1083: Cannot open precompiled headerfile: 'Debug/dian.pch': No such file or directoy
解决:Visual C++6.0------>菜单------->工程(project)------->设置(settings)-------->C/C++--------->Category--------->预编译头文件(precompiled headers)--------->选择不使用预编译头文件(Not using precompiled headers)
如图:

解决VisualC++6.0预编译头文件错误
本文解决VisualC++6.0中遇到的致命错误C1083,无法打开预编译头文件的问题,通过设置预编译头文件选项为不使用,成功解决。
313

被折叠的 条评论
为什么被折叠?



