Game Development Community

Error MSB6006...

by raa brubb · in Torque 3D Professional · 01/27/2014 (4:38 pm) · 7 replies

I have this error...

Error 23 error MSB6006: "cmd.exe" exited with code 9009. C:Program Files (x86)MSBuildMicrosoft.Cppv4.0Microsoft.CppCommon.targets 151

Someone please help me. Please.

#1
01/27/2014 (5:20 pm)
Anyone?
#2
01/27/2014 (6:33 pm)
Search the source for that and see where it lands....
#3
01/27/2014 (6:38 pm)
This the code that is causing problems, what do I change?

<CustomBuild
Sources ="@(CustomBuild)"
BuildSuffix ="$(BuildSuffix)"

TrackerLogDirectory ="%(CustomBuild.TrackerLogDirectory)"
MinimalRebuildFromTracking ="%(CustomBuild.MinimalRebuildFromTracking)"

TLogReadFiles ="@(CustomBuildTLogReadFiles)"
TLogWriteFiles ="@(CustomBuildTLogWriteFiles)"
TrackFileAccess ="$(TrackFileAccess)"
ToolArchitecture ="$(CustomBuildToolArchitecture)"
TrackerFrameworkPath ="$(CustomBuildTrackerFrameworkPath)"
TrackerSdkPath ="$(CustomBuildTrackerSdkPath)"

AcceptableNonZeroExitCodes ="%(CustomBuild.AcceptableNonZeroExitCodes)"
>
</CustomBuild>
#4
01/27/2014 (7:39 pm)
That is the code. What do I change to get it working? (Sorry for nubness)
#5
01/27/2014 (10:04 pm)
According to this it sounds like you have an issue with your DirectX install.
Make sure it's set up correctly.
#6
01/28/2014 (3:38 am)
Confirm.... it looks like a Direct X SDK issue.

Ron
#7
01/28/2014 (11:35 am)
Thanks all!