Changing the default Source File Directory in Visual Studio

前端 未结 3 1991
盖世英雄少女心
盖世英雄少女心 2020-12-18 18:18

This is not a work-stopper in any way, but I thought I should ask anyway because it is a little annoying. Let\'s say I create a new project and start putting source

3条回答
  •  攒了一身酷
    2020-12-18 18:48

    I have run into the same nuisance. I like to put the public interface header files for a library in a separate directory, but end up with file directory typos because I forget to navigate to the correct directory when saving a new file. Unfortunately, Visual Studio does not offer a setting to change the default directory for new C++ source files.

提交回复
热议问题