0

可能重复:
错误消息无法打开包含文件:'gxall.h':没有这样的文件或目录

嗨,我正在使用 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>
4

1 回答 1

0

您需要在项目属性中设置 Objective Grid 的路径包括文件夹。

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

于 2012-10-26T12:25:50.957 回答