Cannot compile 64-bit Visual Studio 2010 projects

I have several VS 2010 projects that I cannot compile to 64 bits (32 bits build worke fine without any problems). I did extensive things, such as Reset Visual Studio Settings, first using the IDE, after the command line; repair, reinstall, etc. and cannot compile projects. I was always told that

cannot find ******.lib

where the lib file has always been a system library. Examples:

fatal error LNK1104: cannot open file 'shlwapi.lib'
fatal error LNK1104: cannot open file 'kernel32.lib'
+2
source share
1 answer

, , , TFS Configuration Configuration > V++ .

Reset include/lib path, :

"del% HOMEPATH%\AppData\Local\Microsoft\MSBuild\v4.0\Microsoft.Cpp.Win32.user.props" .

"del% USERPROFILE%\AppData\Local\Microsoft\MSBuild\v4.0\Microsoft.Cpp.Win32.user.props", .

Microsoft.Cpp.x64.user.props, , Visual Leak Detector. , VLD.

, , 64 !

+2

Source: https://habr.com/ru/post/1654716/


All Articles