Hello,
I have followed every instructions to compile in tier 2, but I got some linker errors.
My AGK2 path is located at D:\Steam\steamapps\common\App Game Kit 2\Tier 2
I copy the template_windows_vs2017_64 on my desktop under a folder named C++ Projects
I updated both DEBUG X64 and RELEASE X64 properties as follow:
For the Additional Include Directories under the configurations properties/c/c++/general.
D:\Steam\steamapps\common\App Game Kit 2\Tier 2\Tier 2\common\Include
D:\Steam\steamapps\common\App Game Kit 2\Tier 2\Tier 2\common
D:\Steam\steamapps\common\App Game Kit 2\Tier 2\Tier 2\bullet
D:\Steam\steamapps\common\App Game Kit 2\Tier 2\Tier 2\bullet\BulletCollision\CollisionShapes
For the Additional Library Directories. under Linker / general (DEBUG X64)
D:\Steam\steamapps\common\App Game Kit 2\Tier 2\Tier 2\platform\windows\Lib\VS2017\Debug64
For the Additional Library Directories. under Linker / general (RELEASE X64)
D:\Steam\steamapps\common\App Game Kit 2\Tier 2\Tier 2\platform\windows\Lib\VS2017\Release64
My Visual Studio instalation is located at:
D:\Program Files (x86)\Microsoft Visual Studio\2017\Community
After building in both DEBUG X64 and RELEASE X64 I got the following errors
1>------ Build started: Project: Template, Configuration: Debug x64 ------
1>AGKWindows64.lib(FBXConverter.obj) : error LNK2019: unresolved external symbol __std_swap_ranges_trivially_swappable_noalias referenced in function "private: void __cdecl Assimp::FBX::Converter::ConvertAnimationStack(class Assimp::FBX::AnimationStack const &)" (?ConvertAnimationStack@Converter@FBX@Assimp@@AEAAXAEBVAnimationStack@23@@Z)
1>Final\Template64.exe : fatal error LNK1120: 1 unresolved externals
1>Done building project "Template.vcxproj" -- FAILED.
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
It also report the following
Severity Code Description Project File Line Suppression State
Error LNK1120 1 unresolved externals Template D:\Desktop\C++ projects\template_windows_vs2017_64\Final\Template64.exe 1
Error LNK2019 unresolved external symbol __std_swap_ranges_trivially_swappable_noalias referenced in function "private: void __cdecl Assimp::FBX::Converter::ConvertAnimationStack(class Assimp::FBX::AnimationStack const &)" (?ConvertAnimationStack@Converter@FBX@Assimp@@AEAAXAEBVAnimationStack@23@@Z) Template D:\Desktop\C++ projects\template_windows_vs2017_64\AGKWindows64.lib(FBXConverter.obj) 1
Could someone help me to fix this.
Best regards
Marc