I am recreating an AddIn project that I had in VS 2010 and a basic function like adding a folder to the project is not working. Giving me:
The kind 'vsProjectItemKindPhysicalFolder' passed to ProjectItems.AddFolder is invalid.
Does anyone know how to solve this?
Thank you