c++ - Visual Studio - New Filter instead of New Folder when using Create Project From Existing Source Wizard -
I used to create project from the existing code wizard for Visual Studio 2008, but apparently the projects were made in this way You are not allowed to create virtual solution folders, and instead you only allow to create actual system folders. I want to set up standard projects for header files, resource files, and source files, but I think they are unable to create the necessary virtual files. Is there any way to change this project so that it can be made virtual folders?
At least one C ++ project was created in this way (not sure about other languages ), "Show all files" button / options, Solution Explorer is enabled, which gives you the behavior you are viewing.
Click that option to disable icon and you will get the behavior you are looking for.
Comments
Post a Comment