I have an existing C# .NET Add-In project that I need to migrate from ArcGIS 10.2 to ArcGIS 10.3. The project was last successfully compiled with the ArcGIS 10.2 SDK and Visual Studio 2010. It was my understanding that Visual Studio 2013 was supported with ArcGIS 10.3. When I attempt to build the solution for the project, the .esriAddIn file does not get created and I get the following warning message:
warning : Unable to create .esriAddin; missing ESRI ArcGIS Add-in SDK component(s).
Is Visual Studio 2013 supported with ArcGIS 10.3? Is there something else I am missing?
Thanks.