I can’t build Standalone Game of test Third Person project based on my source build of UE 4.4.
Editor builds without errors but Game building attempts get linking errors:
1>libovr64.lib(OVR_Win32_Display.obj) : error LNK2001: unresolved external symbol "class ATL::CAtlBaseModule ATL::_AtlBaseModule" (?_AtlBaseModule@ATL@@3VCAtlBaseModule@1@A)
1>libovr64.lib(OVR_Win32_RenderShim.obj) : error LNK2001: unresolved external symbol "class ATL::CAtlBaseModule ATL::_AtlBaseModule" (?_AtlBaseModule@ATL@@3VCAtlBaseModule@1@A)
1>D:\Tim\Documents\Unreal Projects\TestThirdPerson\Binaries\Win64\TestThirdPerson.exe : fatal error LNK1120: 1 unresolved externals
How to resolve that?