[SOLVED] Atom IDE adding classes to subfolders

I have just started out with the Photon, but am already starting to amass a few .cpp/.h files. I am using the Atom IDE. The docs say that all classes I create must be created in a flat file structure (i.e. no subfolders). Can someone tell me if this is still the case? It is going to get quite messy in here with everything in the same folder.

For Windows I can say that’s not required anymore. You can have subfolders, but your include statements need to be written as if the file structure was flat.
That should work for Linux/Mac too, but didn’t some time ago.

Seems to be working thanks.