五一放了三天假,连房间都没有出去,再折腾网狐框架,解决各种错误,爬坑太辛苦了。
错误:E:\******\Server\系统模块\客户端组件\游戏引擎\GameEngineHead.h(16): fatal error C1083: 无法打开包括文件: “D3Dx9.h”: No such file or directory
解决方案:
这个需要添加Direct9支持,在项目的属性页面里设置。【配置属性】【VC++】里的【包含目录】和【库目录】进行添加Direct9的引用。
【包含目录】里添加E:\******\Server\Direct9\Include
【库目录】E:\******\Server\Direct9\Lib
来自:https://www.byjth.com/error/104.html