I'm getting the following warning and error from msbuild:
C:\Windows\Microsoft.NET\Framework64\v3.5\Microsoft.Common.targets : warning MSB3155: Item 'Microsoft.Net.Framework.2.0' could not be located in 'C:\src\Oakhurst\trunk\code\VisionCentral'. C:\Windows\Microsoft.NET\Framework64\v3.5\Microsoft.Common.targets(3604,9): error MSB3147: Could not find required file 'setup.bin' in 'C:\src\Oakhurst\trunk\code\VisionCentral\Engine'.
This blog post indicates that installing the SDK should fix the problem. However I've installed the Microsoft Windows SDK for Windows 7 and .NET Framework 3.5 SP1 and it hasn't solved my problem.
What else can I do to resolve this problem?