Wireshark-dev: Re: [Wireshark-dev] Building Wireshark on Windows 10 with VS2013 ...
From: Patrick Klos <patrick@xxxxxxxx>
Date: Sun, 18 Jun 2017 14:44:50 -0400
On 6/18/2017 2:19 PM, Richard Sharpe wrote:
Hi folks,

I can't seem to find the Visual Studio Command Prompt on my Windows 10
system with VS-2013 installed.

Does anyone know how to find or install that thing?
Are you referring to the command line C compiler, et. al.?  For as long 
as I've been using Visual Studio on Windows (at the Command Prompt), 
I've had to run the VCVARS[32|64].BAT batch file to set up the "DOS 
environment".  For me, they live here:
    C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\bin\vcvars32.bat
C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\bin\amd64\vcvars64.bat
Hope that helps?

Patrick