I've got Visual Studio 2017 installed together with 14.0 platfrom tools.
The problem is: nmake is not recognised as a command. I have tried setting up the environment, by running vcvarsall in the VS2015 x64 command prompt, for example, by using the following command:
vcvarsall x86_amd64
The command above had no effect and showed the following error:
Error in script usage. The correct usage is: vcvarsall [option] or vcvarsall [option] store or vcvarsall [option] [version number] or vcvarsall [option] store [version number] where [option] is: x86 | amd64 | arm | x86_amd64 | x86_arm | amd64_x86 | amd64_arm where [version number] is either the full Windows 10 SDK version number or "8.1" to use the windows 8.1 SDK
Try implementing another batch file with approximately the following commads (depending on your path). After running this batch file, you should get a command prompt with the variables set and
nmake
on the path.At least, this works for me (except that in the second command I launch FAR Manager instead of plain cmd).