Generate Visual Studio C++ Filters ExtentionAboutFork of https://github.com/BobbyAnguelov/GenerateFiltersExtension and updated for Visual Studio 2022:
Fork of https://github.com/Dllieu/VisualStudioCppExtensions and updated for Visual Studio 2019:
Installation
Example UsageOpen an existing C++ solution In the example below, I drag and dropped a folder into an empty C++ Project, all the files are imported but the whole project is flat as visual studio does not replicate the folder hierarchy of the files for C++ projects Right click on the project for which you want to generate the filters per folder, a menu Click on Once the filters are generated, the extension will automatically reload the current project if needed. Accept the changes made by the extension by clicking yes As a result, your C++ project will have filters that replicate your C++ sources folder hierarchy Dependencies for developersIf you are interested in enhancing this extension, you must install Visual Studio 2017 SDK DebugYou have to change the debug settings for the VSIXProject to be able to debug it (
|