I have created a new CSharp item templated, changed project type to VC, changed my item files to a .cpp file no luck
Repaired VS, again no luck.
Is there an acutally C++ item template project that can be used? I do not see one with the projects I have.
In debugging through my wizard, it leaves IWizard.ShouldAddProjectItem with out error and then I never hit any other breakpoints that I have set beyond that method . i.e. BeforeOpeningFile, ProjectFinishedGenerating....
What do you mean by VS2019(18+). I am at version 16.8.3
Any other idea's? Do I need a particular item checked in my VS install for this to work in VS2019? I just tried this, I tired to add the base Standard VS C++ FIle (.cpp) item and that too behaves the same way as my custom templates. After you add the file, it returns you to the Add New Item dialog.