- Jul 11, 2004
- 21,867
- 7
- 81
I have an existing C++ project that is nicely organized by directories. Most IDEs use this directory structure in their project browser, but Visual Studio users what it calls filters, which don't seem to relate to directory structure.
When I import the project into Visual Studio, it just puts all the files into one flat filter (all cpp files in "Source Files" and all h files "Header Files").
I can manually add filters to mimic the directory structure, but this takes time and is quite tedious. Is there a way to do this automatically?
When I import the project into Visual Studio, it just puts all the files into one flat filter (all cpp files in "Source Files" and all h files "Header Files").
I can manually add filters to mimic the directory structure, but this takes time and is quite tedious. Is there a way to do this automatically?