microsoft / DirectX-Graphics-Samples

This repo contains the DirectX Graphics samples that demonstrate how to build graphics intensive applications on Windows.
MIT License
6k stars 2.02k forks source link

D3D12RaytracingMiniEngineSample: unresolved external symbol __std_init_once_link_alternate_names_and_abort #867

Open kyamant opened 5 months ago

kyamant commented 5 months ago

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