View Single Post
  #1  
Old 12-07-2016, 11:15 AM
aciereszko aciereszko is online now
Registered User
 
Join Date: 08-29-2016
Posts: 5
Error MSB3428 could not load VCBuild (which MSBuild invokes) - VS 2005

Hi,

Here is the error

B:\SVN\Test\Test.vcproj : warning MSB4098: MSBuild is invoking VCBuild to build this project. Project-to-project references between VC++ projects (.VCPROJ) and C#/VB/VJ# projects (.CSPROJ, .VBPROJ, .VJSPROJ) are not supported by the command-line build systems when building stand-alone VC++ projects. Projects that contain such project-to-project references will fail to build. Please build the solution file containing this project instead.
B:\SVN\Test\Test.vcproj : error MSB3428: Could not load the Visual C++ component "VCBuild.exe". To fix this, 1) install the .NET Framework 2.0 SDK, 2) install Microsoft Visual Studio 2005 or 3) add the location of the component to the system path if it is installed elsewhere.

I have VBP 9.2, running on Windows 7 Pro, with VS 2005, 2010 and 2015 installed (in that order)

So it would seem that point 2) in the error is satisfied. The project builds in VS2005 fine.

Any idea what this could indicate and how would I go about fixing it?

Thanks!
Reply With Quote