Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do I get the x64 Native Tools Developer Command Prompt for Visual Studio Community 2019?

I have a 64 bit Windows 10 and have installed the 2019 community edition Visual Studio. When I do a search for "x64" in Windows there is only an x86 developer command prompt and a PowerShell prompt.

What do I do to get the x64 developer command prompt for visual studio 2019?

like image 259
ReverendRonja Avatar asked Apr 14 '20 13:04

ReverendRonja


Video Answer


1 Answers

In my case it is named x64 Native Tools Command Prompt for VS 2019 and I can find it by typing Win key + x64:

x64 Native Tools Command Prompt for VS 2019

You can also find shortcuts for VS 2019 Command Prompts (x86/x64, Native/Cross) here:

C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Visual Studio 2019\Visual Studio Tools\VC

shortcuts for Command Prompts (x86/x64, Native/Cross)

If nothing is found here, then check whether VS 2019 is correctly installed.

like image 83
pmor Avatar answered Sep 17 '22 14:09

pmor