7

I installed the VS2012 RC SDK but am not seeing a VSIX Project Template when creating a new project. Am I missing something or is that template in a different SDK or something?

Here is a screenshot:

devlife
  • 15,275
  • 27
  • 77
  • 131

2 Answers2

11

Ok so this is a bit confusing but the correct place to locate the VSIX Project Template is here:

devlife
  • 15,275
  • 27
  • 77
  • 131
4

Downloading the Visual Studio 2012 SDK fixed it for me, the VSIX template is no longer missing under C#

You can get the SDK here:

http://www.microsoft.com/en-us/download/details.aspx?id=30668

Also be sure you select ".NET Framework 4.5" from the dropdown menu when looking under C#/VB.NET > Extensibility for the VSIX template, or you wont see it. I learned that thanks to this post:

VSIX project template does not exist

Community
  • 1
  • 1
Dmitry Lyalin
  • 444
  • 5
  • 8