System:
Microsoft Windows 8.1 Pro X64
Visual Studio 2013
Visual Studio 2013 SDK
I have a VS Package (C#) project that builds fine from within Visual Studio. I want to be able to build from the command line. I know that I need tocall "C:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\Tools\vsvars32.bat" and set the VSSDKInstall environment variable.
What should VSSDKInstall point to?
(I know that "C:\Program Files (x86)\Microsoft Visual Studio 12.0\VSSDK" is not the right path, as that causes the command line to not build and furthermore causes Visual Studio IDE to no longer build.)