Ok probably not the most bizarre error ever but it’s definitely the weirdest for me. My graphics engine has a Debug, a Release, and a special Release STD version that’s compatible with CLI function requirements and other dependencies. These are organized as 3 separate configurations in my solution for compiling. Pretty normal stuff. My example applications are all set to be dependent on the graphics engine project, which means visual studio automatically compiles the proper lib file into ...