The basis of creating a reusable way to easily change the default property settings of a C++ project is to use a custom property sheet. See Share or reuse Visual Studio project settings. This custom property sheet would then be added to a C++ project and its property settings would automatically be reflected in the project.
And I'd like to know how to change my
*.vcxproj.filters
and*.vcxproj
files' directory?
When creating a new C++ project you choose the location of the project file (.vcxproj). By default the .vcxproj.filters file is created in the same location that you chose for the project file. So its not clear to me what you mean by this question.