Hello - I am receiving the following error during a build of my project in VS 2022 64b. I've reviewed the doc for the VS setup and think I have everything setup correctly. tgui 1.3 and sfml 2.6.1.
Anything obvious I am missing? I've tried a few different paths but must be missing something, thanks in advance for any insight!
Error LNK2019 unresolved external symbol _Thrd_sleep_for referenced in function "void __cdecl std::this_thread::sleep_until<struct std::chrono::steady_clock,class std::chrono::duration<__int64,struct std::ratio<1,1000000000> > >(class std::chrono::time_point<struct std::chrono::steady_clock,class std::chrono::duration<__int64,struct std::ratio<1,1000000000> > > const &)" (??$sleep_until@Usteady_clock@chrono@std@@V?$duration@_JU?$ratio@$00$0DLJKMKAA@@std@@@23@@this_thread@std@@YAXAEBV?$time_point@Usteady_clock@chrono@std@@V?$duration@_JU?$ratio@$00$0DLJKMKAA@@std@@@23@@chrono@1@@Z) [..path snip..]tgui-s-d.lib(unity_WINDOW_BACKEND_SFML_cxx.obj) 1 Build
Anything obvious I am missing? I've tried a few different paths but must be missing something, thanks in advance for any insight!
Error LNK2019 unresolved external symbol _Thrd_sleep_for referenced in function "void __cdecl std::this_thread::sleep_until<struct std::chrono::steady_clock,class std::chrono::duration<__int64,struct std::ratio<1,1000000000> > >(class std::chrono::time_point<struct std::chrono::steady_clock,class std::chrono::duration<__int64,struct std::ratio<1,1000000000> > > const &)" (??$sleep_until@Usteady_clock@chrono@std@@V?$duration@_JU?$ratio@$00$0DLJKMKAA@@std@@@23@@this_thread@std@@YAXAEBV?$time_point@Usteady_clock@chrono@std@@V?$duration@_JU?$ratio@$00$0DLJKMKAA@@std@@@23@@chrono@1@@Z) [..path snip..]tgui-s-d.lib(unity_WINDOW_BACKEND_SFML_cxx.obj) 1 Build