error cannot open file 'kernel32.lib'

前端 未结 7 1893
渐次进展
渐次进展 2020-12-20 16:49

I have installed VS2013 and VS2015 on Windows 7.

I have an existing C++ Dll project that was building fine but now all of a sudden it wont build using VS2015 and giv

相关标签:
7条回答
  • 2020-12-20 17:28

    I had the same problem today. As it turned out somehow the SDK 10.0.15063.0 got installed on my system but without the Desktop C++ files. Selecting the SDK in the list of installed programs, doing a change install and there selecting the Desktop C++ options added the necessary files and now I can link again.

    0 讨论(0)
提交回复
热议问题