I have a two Visual Studio 2010 solutions - one contains 4 files in a class project, the other has links to those files via the "Add as Link" (also in a class project). These solutions both build and run on my machine without any issues.
I have checked these solutions into TFS and created a build definition which is configured to build both of them (the one with the actual files first if that matters).
However, when I run the build it fails saying that "The type or namespace name 'xLinkedFileClassx' could not be found (are you missing a using directive or an assembly reference?)" for each of the linked files classes in the various locations they are referenced (no other errors are shown).
Looking at the build folder on the Build Server these (C:/Builds/...) these files do not exist. How do I get TFS to cope with these linked files?