5

How i can add folder with all files and subfolders to my project in solution explorer?

Neir0
  • 12,849
  • 28
  • 83
  • 139

3 Answers3

15

Click on Solution Explorer Show All Files. Right click on folder. Include in Project.

x2.
  • 9,554
  • 6
  • 41
  • 62
0

Follow these steps to successfully add a new folder to a project. I personally like to add new folders via Source Control Explorer

Step 1 - Create new folder via Source Control Explorer

Create New folder via Source Control Explorer

Step 2 - Select 'Show All Files' to display new folder in solution explorer Show All Files

Step 3 - Include folder in project enter image description here

Jim Lahman
  • 2,691
  • 2
  • 25
  • 21
-1

Get latest. Modify the folders in your C: Drive, or wherever you put the objects from the solution. In the solution explorer click on Show All files (Thanks x2, this helped me so much!) Right click to Include in Project.

This helped me to add new schemas with all their subfolders while avoiding the problems with Writing updates...