I have a Visual Studio solution with 6 projects in it.
In one of the projects I created a folder to store some classes in there. I created the folder via Project -> New Folder and then I copied the classes into there.
In Source Control Explorer, at the project level, I can right click and click Add Items to Folder, but I am unable to add the new folder to source control.
If I select the folder and click Next it shows me the files inside the folder, with the destination folder being the project root.
Is there a way in Visual Studio 2015 to add an existing folder to TFS/source control?

