TLDR: I have read two earlier posts from 2015 and 2019, but both are for UE4, and even after trying to make them work didn’t succeed and figured I’d make a UE5 2022 post about this.
First, I’m super new to Unreal Engine and game dev in general so bear with me in case I use the wrong terms or anything like that.
I’m trying to create sub folders for my C++ classes as I predict it would become mega unorganized later on and better start now. I looked this up and tried 2 UE4 ‘methods’ of going about this, as apparently making a C++ class folder hasn’t been implemented yet.
However, after trying to follow both methods (manually make the folders and rebuild the UE5 project OR create the folders on C++ class creation) both methods didn’t work for me.
The first method I was unable to select rebuild the UE5 project. After messing about and deciding to just launch the project I noticed it successfully noticed the folders & the classes inside them. However when opening them in VS2022
And the 2nd method successfully created the class & subfolder but it didn’t show up. I get a message to reload, so I do. And I get an error. Relevant images below

I would prefer to be able to create the folders in Engine by doing it on new class creation, however at this point just being able to sort my classes whilst working would be fantastic.
Thanks in advance,
Pjotter