Using VS 2015 community edition, I created a custom template by exporting an existing project in my solution.
I used the custom template to add a new project to my solution. The solution is under source control in TFS.
After the adding, the solution is modified in TFS, reflecting the changes adding the new project, but the actual folder of the new project is not added to the TFS.
As a workaround, I can of course add the folder of the new project to the TFS manually, but I would expect it to be added automatically.
Is something wrong here?