I have a newly created project on visual studio 2015. I have separate project which I am trying to add(import) to my existing one, when I click add I get an error that reads something like "C:\ProjectFolderPath\nuget\nuget.targets" was not found. I have tried adding this by righ-clicking on the solution and click add existing project, also tried clicking file->project/soluction then checking the add-to-solution radio button, but I still get the same error.
I have tried enable package restore, but still no joy. I am using TFS and no commit has been recorded as yet(not sure if this might be the cause). The project that I'm trying to add its just a DAL project then the one that I want to add to, is an MVC web app
Note: the path used in the question is just an example, its not literally ProjectFolderPath