Source Folder and c++ empty classes not showing

I think i found a solution. For some reason the way i was making them made sure it didn’t show.

If you come across this.

  1. Make sure your editor is open but not your Visual Studio,
  2. Make a new class. this opens visual studio click reload all.
  3. Going back to the editor this is visible.

However it is not bringing in classes i made in the past. (Any advice?)

I found this for a visual Guide.
(https://www.youtube.com/watch?v=k-1q2pjduDs&ab_channel=RealtimeEngine)

AS you can see in this image i have 2 classes but only 1 shows up. They are both public classes.

After testing i found every other Class shows but the blank class. Is there a reason for this?