0

重複の可能性:
エラー メッセージ 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>
4

1 に答える 1

0

プロジェクトのプロパティで Objective Grid includes フォルダーへのパスを設定する必要があります。

メニューを選択し、そこにパスを追加する行をProject->[YourProjectName] Properties編集します。C/C++->General->Additional Include Directories\3rdParty\OGrid12.0.2\Include

于 2012-10-26T12:25:50.957 に答える