cannot open file ‘MSVCURT.LIB’

Occurs with Project Properties > C/C++ > Commong Language Run Time Support set to /clr:pure To solve, go to your directory where Visual Studio is installed, (e.g. C:\Program Files\Microsoft Visual Studio) and do a search for msvcurt.lib, Then you can add that path to Project Properties > VC++ Directories > Library Directories. Neweds to be […]

Read More