Help: Add-in development in VS C++ Standard Edition
-
I am trying to learn add-in programming for the VS IDE using the VS C++ Standard Edition. When attempting to start a new project, the add-in project template does not appear when using the new project menus. I have searched various forums extensively but not much info is available on the specifics of add-in development using the SE version. Any help would be appreciated. Thanks, Mike
-
I am trying to learn add-in programming for the VS IDE using the VS C++ Standard Edition. When attempting to start a new project, the add-in project template does not appear when using the new project menus. I have searched various forums extensively but not much info is available on the specifics of add-in development using the SE version. Any help would be appreciated. Thanks, Mike
Visual Studio Standard Editions only offer a limited set of templates. As far as I know add-in templates are only available in Visual Studio Professional or higher versions.