Subfolder in C++ project now showing up

Hello,

I am facing a little problem right now, I have created a C++ project named “TestGame”. In the content browser I added a new file into a subfolder “Utilities”, however this subfolder never shows up in the content browser.

The project compiles fine and I did close and reoped the editor including VC but it still doesn t show up.

Any idea what else I could do to make it show up?

Thank you in advance

Only folders in the ‘Source’ folder will show up in Visual Studio (which is where all your source-code needs to go, not in the content folder).

Also, folders only show up in the content browser if they have a .uasset in them.