Empowering you to use visual studio's WPF template for Revit add-in development.
To install visual studio project template for revit add-in development, clone or download the repository and follow the below steps.
Double click Revit2017 folder, select all files and zip it into a single .zip file as Revit2017.zip
.
Copy the Revit2017.zip
and paste it into the visual studio project template folder. If you don't know where is the VS project template folder, here's a quick way to open it:
Win
+ R
keys to open RUN box. C:\Users\%USERNAME%\Documents\Visual Studio 2017\Templates\ProjectTemplates\Visual C#
and press enter.Restart the Visual Studio, click on File->New->Project, and you should see Revit 2017 WPF Addin
project template under Visual C#.