I installed Odin via Scoop on WIndows, and attempting to run or build a project causes it to throw the following error:
ibucrt.lib(checkcfg.obj) : error LNK2001: unresolved external symbol _guard_check_icall_$fo$
J:\Programs\odin\cavegame\cavegame.exe : fatal error LNK1120: 1 unresolved externals
I made sure the proper dependencies were installed.
I am aware that Odin does not support the package managers right now, but this seemed like an error beyond that.