I am migrating the C++ content from the vehicle to the shooter game.
I did this by:
- I Created a Visual Studio solution
2, I Manually moved the Vehicle code files in explorer - and now I am in Visual Studio.
When I Right click in solution explorer and then do Add - Existing Item, VS doesn’t recognize folders.
I can make all of the filters. Nice for organization, but there are a lot of folders in the project.
My Question:
Is it necessary to recreate the original structure with filters?
Or will the compiler find everything it needs and make it work without them?