Share via

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.

Developer technologies | Visual Studio | Other
Developer technologies | Visual Studio | Other

A family of Microsoft suites of integrated development tools for building applications for Windows, the web, mobile devices and many other platforms. Miscellaneous topics that do not fit into specific categories.

0 comments No comments

1 answer

Sort by: Most helpful
  1. Castorix31 91,871 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)

    Was this answer helpful?

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.