Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Linker: cannot open file 'nafxcwd.lib'

Tags:

I have problem with compiling my project via visual studio 2013. I got this linker error:

LINK : fatal error LNK1104: cannot open file 'nafxcwd.lib'

According to this page, I must use MFC in shared library. But I don't use MFC at all.
All my libraries and main project compiled using Use Standard Windows Libraries settings. This problem occurs only when I try to build project via Visual Studio 2013 toolchain, but it successfully built with Visual Studio 2010 toolchain.

P.S. project has been moved from Visual Studio 6.0 to Visual Studio 2013.