Reputation: 306
I want to create DirectX project but template is not visible in any card in New project window on Visual Studio 2017 (community edition) (not only Windows Desktop like on screenshot).
I would expect something like that:
I have installed Game development with C++ (C++ profiling tools and Windows 10 STD) and Desktop development with C++.
I've already reinstalled packages and Visual Studio using Visual Studio Installer with no effect so any tips would be appreciated
Upvotes: 1
Views: 2916
Reputation: 41067
Those Direct3D Game templates are from this GitHub. You get them by installing this VSIX.
See this blog post and the DirectX Tool Kit tutorials.
Upvotes: 3