【问题标题】: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>

【问题讨论】:

    标签: visual-c++ objective-grid


    【解决方案1】:

    您需要在项目属性中设置目标网格包含文件夹的路径。

    选择菜单Project-&gt;[YourProjectName] Properties 然后编辑C/C++-&gt;General-&gt;Additional Include Directories 行在那里添加你的路径,例如\3rdParty\OGrid12.0.2\Include.

    【讨论】:

      猜你喜欢
      • 2011-12-09
      • 2011-09-23
      • 2019-05-30
      • 2010-09-09
      • 2013-11-29
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多