Visual Studio - New Filter instead of New Folder when using Create Project From Existing Source Wizard

后端 未结 1 1603
天涯浪人
天涯浪人 2021-02-13 12:59

I used the Create Project From Existing Code Wizard for Visual Studio 2008, but apparently projects created this way do not allow you to create virtual solution folders, and ins

1条回答
  •  独厮守ぢ
    2021-02-13 13:43

    At least for a C++ project created this way (not sure about other languages), the "Show All Files" button/option in the Solution Explorer is enabled which gives the behavior you're seeing.

    Disable that option by clicking the icon and you'll get the behavior you're looking for.

    0 讨论(0)
提交回复
热议问题