You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When building D3D12RaytracingMiniEngineSample, I am getting Core.lib(FileUtility.obj) : error LNK2019: unresolved external symbol __std_init_once_link_alternate_names_and_abort referenced in function "public: __cdecl std::_Init_once_completer::~_Init_once_completer(void)" (??1_Init_once_completer@std@@QEAA@XZ)
Using VS 2022 Version 17.9.6, tried with both 10.0.20348.0 and 10.0.19041.0 Windows SDK and Visual Studio 2019 (v142) Toolset
The text was updated successfully, but these errors were encountered:
When building D3D12RaytracingMiniEngineSample, I am getting
Core.lib(FileUtility.obj) : error LNK2019: unresolved external symbol __std_init_once_link_alternate_names_and_abort referenced in function "public: __cdecl std::_Init_once_completer::~_Init_once_completer(void)" (??1_Init_once_completer@std@@QEAA@XZ)
Using VS 2022 Version 17.9.6, tried with both 10.0.20348.0 and 10.0.19041.0 Windows SDK and Visual Studio 2019 (v142) Toolset
The text was updated successfully, but these errors were encountered: