C++/MFC

Hi I am migrating project code from VS2012 to VS2015 and I got the following error

Error LNK1104 cannot open file mfc110.lib

I searched for the mfc110.lib file in the program file its not in the VS2012 and VS2015 , but my code is running successfully on VS2012.

I just want to know where I am wrong and what is the exact solutions.?
Last edited on
Maybe mfc140.lib is what you need. Go to linker -> additional depedencies and change it, it seems the project still wants to use the old VS2012 MFC library.
@modoran

But in project settings there is no depedencies added..previously..
closed account (z05DSL3A)
Check the toolset in Properties. IIRC: Under Configuration Properties, select General and then for Platform Toolset, select the current version.
Topic archived. No new replies allowed.