I am calling into a statically linked .dll, and I see this error:
I wr
I had the same problem after a Windows reinstallation. My Runtime library build was Multi-threaded Debug DLL (/MDd).
/MDd
My solution was to remove *.user file of the visual studio project, remove the debug folder and rebuild the project.
*.user