Does anyone know how to resolve this linkage error? The method Container_base::Orphan_all() is not defined anywhere in the headers or as an importsymbol in any of the debug libraries.
hkBase.lib(hkDebugMemory.obj) : error LNK2019: unresolved external symbol "__declspec(dllimport) public: void __thiscall std::_Container_base::_Orphan_all(void)const " (__imp_?_Orphan_all@_Container_base@std@@QBEXXZ) referenced in function "public: virtual __thiscall hkStlDebugMemory::~hkStlDebugMemory(void)" (??1hkStlDebugMemory@@UAE@XZ)



