Hi I am working on a visual studio c++ project started on visual studio 2012, I have to adjust this project and add new functionalities, my problem is that when I try to build I get the following ERROR "LNK1104 cannot open file MSVCURTD.lib".
Could you please tell me how to fix this error and why do I get it?!? Furthermore could please explain me what is MSVCURTD.lib
P.S I am using visual studio community 2017 Thanks for your help it's driving me crazy :-(
MSVCURTD.liblisted in the library list in the linker settings? If so you should remove it. Other things to check are that the toolset setting is set to 2017 not 2012 - Alan Birtles