Befor发帖我读了[Cannot open include file "d3dx9.h"]和[Cannot open include file "d3dx9.h"]但是没有用。
我的编译错误:
无法打开包含文件:'d3dx9.h':没有这样的文件或目录
我在项目目录中有d3dx9.h
,但它没有检测到它,也没有在External Dependencies
中显示它
任何帮助?
源代码:
#include <d3dx9.h>
答案 0 :(得分:3)
在计算机上找到该文件,并将其文件夹添加到项目的属性中。
假设您有visual studio:Properties/C/C++/General/Additional Include Libraries
。