VS11 struggles with 64-bit versions of the Windows SDK

Started by
0 comments, last by incertia 11 years, 6 months ago
So I just installed Visual Studio 2012, and it seems to have a hard time with the Windows 8 SDK. I just installed the Windows 8 SDK, restarted my computer, and all the usual things. I also reset all my property pages. However, when I try to build a simple hello world program in for x64, this happens:

[source lang="plain"]1>LINK : fatal error LNK1104: cannot open file 'kernel32.lib'[/source]

It works fine when I build under Win32, so I am a very confused person T_T.
what
Advertisement
Nevermind... I reran vcvarsall.bat a few more times to fix my macros.
what

This topic is closed to new replies.

Advertisement