I still have one project failing to build. It says the following
NCrunch: If you are experiencing problems in getting this project to build, have a look at
http://www.ncrunch.net/d..._project-build-issues#0
..\..\..\..\..\..\..\..\..\..\Windows\Microsoft.NET\Framework\v4.0.30319\Microsoft.Common.targets (3416)#1: Could not write lines to file "obj\Debug\ProjectName.vbproj.FileListAbsolute.txt". The specified path, file name, or both are too long. The fully qualified file name must be less than 260 characters, and the directory name must be less than 248 characters.
..\..\..\..\..\..\..\..\..\..\Windows\Microsoft.NET\Framework\v4.0.30319\Microsoft.Common.targets (3658)#2: Could not write lines to file "obj\Debug\ProjectName.vbproj.FileListAbsolute.txt". The specified path, file name, or both are too long. The fully qualified file name must be less than 260 characters, and the directory name must be less than 248 characters.
We do have quite deeply nested folder structures, and I have already adjusted the workspace folder to be in the root of my drive. I'm not sure what to to do here either.