C++ Builder 2006+ issue

 I'm having a particular problem with the C++Builder 2006+ action.  It's really related to MSBuild as I believe the log is showing MSBuild output.  It begins the compile correctly but when it shows the line "TargetCpp compile:" it hangs for 30+ minutes.  I end up having to cancel the build entirely to get out of it.  It has never been able to get past this.  Any ideas on this?  

Edit: This is running on a buildserver.  I am remoting in to it and running FinalBuilder on it.  I'm not sure if this is important or not.  Also, running the batch file has not improved the performance as I previously thought.  It is still slow and hanging on the "TargetCpp compile:" step.  

Do you have the compiler version set correctly? I believe 2006 still uses bdspro2mak and make and not msbuild.

I should have made my original post more clear. My apologies. I am using the C++Builder 2006+ action and pointing to my .cbproj file. We use Embarcadero Rad Studio XE. We’ve always used MSBuild in the past to compile this and have not had a problem with our old method of building the project file.

If I run MSBuild outside of FinalBuilder, it seems to be moving much more quickly and can complete a build in about 10 minutes. With FinalBuilder it ends up being 30+ minutes (without ever ending). I believe I have a setting set wrong somewhere.