SolidWorks API SDK Visual Studio

Just wanted to share my attempt to get the API SDK and template files installed for Visual Studio.

I followed all the help documents I could find but could not get the templates to show up in Visual Studio.
The template never showed up when creating a new project until I followed "Troubleshotting template installation" for visual studio. After running the terminal command for item #3 I was able to see my templates.

    Open a Developer Command Prompt for your installation and run devenv /updateConfiguration.

Hopefully this helps someone in the future