收到“致命错误 C1083:无法打开包含文件:'gxall.h':没有这样的文件或目录”[重复]
Posted
技术标签:
【中文标题】收到“致命错误 C1083:无法打开包含文件:\'gxall.h\':没有这样的文件或目录”[重复]【英文标题】:Receiving "fatal error C1083: Cannot open include file: 'gxall.h': No such file or directory" [duplicate]收到“致命错误 C1083:无法打开包含文件:'gxall.h':没有这样的文件或目录”[重复] 【发布时间】:2012-10-26 12:20:13 【问题描述】:可能重复:Error message Cannot open include file: ‘gxall.h’: No such file or directory
您好,我正在使用 VC++ 6.0,我已将 gxall.h 包含在 stdafx.h 文件中,但在构建代码时出现错误:
fatal error C1083: Cannot open include file: 'gxall.h': No such file or directory
// Objective Grid
#include <gxall.h>
【问题讨论】:
【参考方案1】:您需要在项目属性中设置目标网格包含文件夹的路径。
选择菜单Project->[YourProjectName] Properties
然后编辑C/C++->General->Additional Include Directories
行在那里添加你的路径,例如\3rdParty\OGrid12.0.2\Include
.
【讨论】:
以上是关于收到“致命错误 C1083:无法打开包含文件:'gxall.h':没有这样的文件或目录”[重复]的主要内容,如果未能解决你的问题,请参考以下文章