Xcode is showing file type instead of the file tree (need help)

I'm using a CMake project and Xcode decided that it would ignore or completely change my file tree to some random one. It has Source files (not a folder in my project) and completely ignores my class folder and header folder. It created it's own Header Files folder.

How do I revert this? Why is this even a thing.

Answered by SpaceLobster in 828634022

It's a thing with CMake. CMake changes will change how the IDE shows folders in the file tree.

Accepted Answer

It's a thing with CMake. CMake changes will change how the IDE shows folders in the file tree.

Xcode is showing file type instead of the file tree (need help)
 
 
Q