DirectX VSIX 安装程序安装失败

DirectX VSIX Installer Installation Failed

我刚开始在 Visual Studio Express 2013 上进行 DirectX 编程。 我在网上搜索了如何开始。 我找到了资源 here

我下载了 zip 文件,当我 运行 VSIX 文件时出现以下错误:

This extension is not installable on any currently installed products.

以下是安装日志:

13-06-2015 14:04:12 - Microsoft VSIX Installer
13-06-2015 14:04:12 - -------------------------------------------
13-06-2015 14:04:13 - Initializing Install...
13-06-2015 14:04:14 - Extension Details...
13-06-2015 14:04:14 -   Identifier      : WDCGameTemplates..c3488525-c3e7-49c4-9619-e082f4a95772
13-06-2015 14:04:14 -   Name            : WDC Game Templates
13-06-2015 14:04:14 -   Author          : Microsoft Windows SDK
13-06-2015 14:04:14 -   Version         : 1.0
13-06-2015 14:04:14 -   Description     : Create realtime, graphics-intensive Windows Store games using DirectX and native code. Includes template code for graphics, sound effects, background music, and input.
13-06-2015 14:04:14 -   Locale          : en-US
13-06-2015 14:04:14 -   MoreInfoURL     : 
13-06-2015 14:04:14 -   InstalledByMSI  : False
13-06-2015 14:04:14 -   SupportedFrameworkVersionRange : [0.0,2147483647.2147483647]
13-06-2015 14:04:14 - 
13-06-2015 14:04:14 -   Supported Products : 
13-06-2015 14:04:14 -       Microsoft.VisualStudio.Pro
13-06-2015 14:04:14 -           Version : [12.0,13.0)
13-06-2015 14:04:14 -       Microsoft.VisualStudio.Premium
13-06-2015 14:04:14 -           Version : [12.0,13.0)
13-06-2015 14:04:14 -       Microsoft.VisualStudio.Ultimate
13-06-2015 14:04:14 -           Version : [12.0,13.0)
13-06-2015 14:04:14 -       Microsoft.VisualStudio.IntegratedShell
13-06-2015 14:04:14 -           Version : [12.0,13.0)
13-06-2015 14:04:14 -       Microsoft.VisualStudio.VSWinExpress
13-06-2015 14:04:14 -           Version : [12.0,13.0)
13-06-2015 14:04:14 - 
13-06-2015 14:04:14 -   References      : 
13-06-2015 14:04:14 -       -------------------------------------------------------
13-06-2015 14:04:14 -       Identifier   : Microsoft.Windows.DevelopmentKit.WindowsStore
13-06-2015 14:04:14 -       Name         : Windows Software Development Kit for Windows Store Apps
13-06-2015 14:04:14 -       Version      : [8.1,9.0)
13-06-2015 14:04:14 -       MoreInfoURL  : 
13-06-2015 14:04:14 -       Nested       : No
13-06-2015 14:04:14 - 
13-06-2015 14:04:14 - 
13-06-2015 14:04:14 - Searching for applicable products...
13-06-2015 14:04:15 - Found installed product - Microsoft Visual Studio Express 2012 for Web
13-06-2015 14:04:15 - Found installed product - Microsoft Visual Studio  Express 2013 for Windows Desktop
13-06-2015 14:04:15 - Found installed product - Global Location
13-06-2015 14:04:15 - VSIXInstaller.NoApplicableSKUsException: This extension is not installable on any currently installed products.
at VSIXInstaller.App.InitializeInstall()
at System.Threading.Tasks.Task.InnerInvoke()
at System.Threading.Tasks.Task.Execute()

我也参考了这个thread

并遵循每个答案中提供的说明。我仍然遇到同样的错误。

请告诉我我还需要做些什么来解决这个问题。 我对 DirectX 完全陌生。

已修复。

已下载 Visual Studio Community 2013 更新 4。 而且效果很好。