0

I'm trying to add a VSIX Project to my solution but there is no Project Templates under Extensions:

enter image description here

I searched for Extension in the Components and can't find any Extension to install:

enter image description here

How do I get the VSIX projects?

Jeremy Thompson
  • 61,933
  • 36
  • 195
  • 321

1 Answers1

0

You need to install the Visual Studio SDK as per https://learn.microsoft.com/en-us/visualstudio/extensibility/installing-the-visual-studio-sdk?view=vs-2022

enter image description here

And then they're available:

enter image description here

Jeremy Thompson
  • 61,933
  • 36
  • 195
  • 321