I’m a bit of a noob so sorry if it’s obvious/dumb… I went to add a C++ class in the usual way in the editor, but seems I forgot to click the ‘public’ button and had added a folder to the path in the wizard.
After clicking create, the files are created in VS but live coding fails. I shut down the editor, reloaded the modules, and tried compiling from VS. Failed, files not found. I deleted the requisite folders and regenerated VS project files… the created files are still there and won’t compile. Trying to open the project in the editor directly fails. Is it toast?
Luckily it was early on and I had mostly done some prototyping, but would still love to not have to start again from scratch.
I’m using 5.2, but can reproduce the issue in 5.1.1. Seems a bit easy to bomb the whole project this way considering public/private are not selected by default in the wizard.