How do I “Add Existing Item” an entire directory structure in Visual Studio?

Drag the files / folders from Windows Explorer into the Solution Explorer. It will add them all. Note this doesn’t work if Visual Studio is in Administrator Mode, because Windows Explorer is a User Mode process.

Leave a Comment