1 c++
每当我在Release版本中编译我的项目时,我都会收到此错误:
Error 29 fatal error C1083: Cannot open include file: 'NX_Win32Wrapper.h': No such file or directory
Run Code Online (Sandbox Code Playgroud)
我得到另一个就像这样,只是在一个不同的文件中(错误抱怨不同的文件).第二个错误中的文件是我先包含的那个(位于包含列表的顶部),第一个错误也是如此,但是在它之后:
(这是"主".cpp文件,其中main()是,而GameV2是我的项目名称
#include "stdafx.h"
#include "GameV2.h"
Run Code Online (Sandbox Code Playgroud)
我知道现在有代码,但我想我必须发布所有内容:P你有什么建议我应该检查一下吗?