I am using Visual studio 2019. I can't seem to add a new form to my C++ CLI application. If I remember correctly I was able to do it in the past but I don't know. I searched google, made sure .net was installed or whatever but still no luck.
The only way I could get a new form added was to create a new C++ CLR project and then import that project into my main project. Then add an Include Statement...