0

I'm using Windows10. I have downloaded Visual Studio Community 2015 with Update 3 from here. I've selected C++ Common Tools as shown in this answer. And they are indeed installed as I can see the system variable

%VS140COMNTOOLS%

pointing to

C:\Program Files (x86)\Microsoft Visual Studio 14.0\Common7\Tools\

But the vcvarsall.bat is missing in VC directory as well as bin folder. How can I get this file and other required?

Also, DIA SDK is missing. How can I get this one?

Community
  • 1
  • 1
Max Koretskyi
  • 101,079
  • 60
  • 333
  • 488

1 Answers1

2

For those with Visual Studio 2017:

C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Auxiliary\Build

NolePTR
  • 178
  • 5