[Bug] VS Filters dissapear after adding code to project from Rocket

I added 3 new classes that extended a class that was in a filter folder in VS. After reloading the VS project all the filters were gone and my classes all grouped under the main folders, Classes and Private.

Hi Mike,

Exactly what method are you using to add code to the project?

Thanks

Through the Editor.

Maybe I have a stupid process. I launch the Editor from Visual Studio, click add code, fill out the class name. That’s all.

I stopped replacing my custom filters. I see that there are filters in the example projects, so I’m not sure why it does it to mine, but it does, every time.

It is expected behavior for custom filters to be reset upon adding code, because the solution is regenerated. You can work around this by actually setting up your directory structure in Windows Explorer, and then your layout should be preserved.

Cheers