How to set folders in c++ orginization

As my code grows bigger and bigger… I see in example where other parts of the code are sectioned for organization, I cant seem to figure out how to add more folders for c++ to work in a orderly fashion.

  1. do it in file explorer,

2)then refresh visual studio project,

3)and when you add a class, you can set the path you want !

before step 2, you can move some of your classes, you will get compile errors but you fix the includes and then everything will compile again ! ( do it steps by steps if you are not too confident with changing all your includes at once )

O wow, thank you. I didn’t pay attention to that when making files. Thank you!!