cocos2d-x lua 录屏,c++编译exe时,报了一些错误。

Severity Code Description Project File Line Suppression State
Error LNK2019 unresolved external symbol “public: class std::basic_string<char,struct std::char_traits,class std::allocator > __thiscall anysdk::framework::AgentManager::getCustomParam(void)” (?getCustomParam referenced in function “int __cdecl tolua_anysdk_AgentManager_getCustomParam00(struct lua_State *)” (?tolua_anysdk_AgentManager_getCustomParam00) GloryProject C:\Users\admin\Desktop\g\frameworks\runtime-src\proj.win32\anysdkbindings.obj 1

Severity Code Description Project File Line Suppression State
Error LNK2019 unresolved external symbol “public: __thiscall anysdk::framework::PluginParam::PluginParam(class std::map<class std::basic_string<char,struct std::char_traits,class std::allocator >,class std::basic_string<char,struct std::char_traits,class std::allocator >,struct std::less<class std::basic_string<char,struct std::char_traits,class std::allocator > >,class std::allocator<struct std::pair<class std::basic_string<char,struct std::char_traits,class std::allocator > const ,class std::basic_string<char,struct std::char_traits,class std::allocator > > > >)” ) GloryProject C:\Users\admin\Desktop\g\frameworks\runtime-src\proj.win32\anysdk_manual_bindings.obj 1

除了这两个,还有些其它的。但都是unresolved external symbol。下载的官方sdk,只有.h文件,没有.cpp文件
在anysdk_manual_bindings,anysdkbindings两个文件中#include “PluginFactory.h”
#include “ProtocolAds.h”
#include "ProtocolShare.h"包含了一些这样的文件,但这些文件都没有.cpp。请问怎样能使程序正确编译?

后来去技术交流群问了,说不需要重新编译代码