I've just created a new Web API application/project in Visual Studio Express 2013 for Web and I'm trying to check in (to TFS source control) the initial files that VS automatically generates when a new project is created. There are 745 'changes' to include. The project will not save to TFS because of the following error:
c:\users\myadmin\documents\visual studio 2013\Projects\TestProgram\packages\Antlr.3.4.1.9004\Antlr.3.4.1.9004.nupkg: Could not find a part of the path 'c:\users\myadmin\documents\visual studio 2013\Projects\TestProgram\packages\Antlr.3.4.1.9004\Antlr.3.4.1.9004.nupkg'.
How can I fix this? I want to check in all the files that VS automatically generated when I created this new project.