From The Building Coder blog:
Visual Studio 2015 Revit 2017 Add-in Wizards
I updated the Visual Studio Revit C# and VB add-in wizards for Revit 2017.
They enable you to create a new C# or VB Revit add-in in Visual Studio with one single click on File > New > Project… > Installed > Templates > Visual Basic/Visual C# > Revit 2017 Addin:
The wizard creates a complete Revit add-in skeleton, ready to immediately compile and run.
Just hit F5 to start debugging; the add-in manifest is automatically…
Read more