DirectX not showing up on Visual Studio 2019

MOV EAX,0x2; NOP; JMP EAX; 1 Reputation point
2021-09-05T15:49:59.887+00:00

Hi all, So I downloaded VS 2019.

129353-image.png

See on RHS, that the windows 10 SDK was installed, I also downloded directx installer (dxwebsetup.exe) and ran it, and yet

129421-image.png

I get the same "No results" or unrelated results for any variation I type "D" "Di" "Direct" "Direct X" If I just look up Games in C++ for all platforms:

129346-image.png

Please, any help appreciated.

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
4,637 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Castorix31 81,831 Reputation points
    2021-09-05T18:28:24.043+00:00

    The 3 templates are for UWP, as shown at DirectX game development with C++ in Visual Studio
    Otherwise just use a C++/Win32 app ("DirectX game for desktop" part)

    0 comments No comments