Building my Jenkins/MSBuild solution gives me this error
c:\\WINDOWS\\Microsoft.NET\\Framework\\v4.0.30319\\Microsoft.Common.targets(483,9): error : The OutputP
Open up your csproj in a text editor and see if you have a property group section, should look something like this:
true full false bin\Latest\ DEBUG;TRACE prompt 4 true
Do you have a 'Latest' build configuration? If not add the above section to the csproj.