Questions tagged [vcbuild]
34 questions
1
vote
1 answer
URL link in div class overrides second url WPBakery
My website has a home grid function earlier created by another developer. There are two blocks with two separate buttons with a link. Now "lees meer" goes to a URL and "lees hier alles over" goes also to the same URL, but this needs to go to another…

AdemD
- 13
- 4
1
vote
0 answers
How do I make Yarn play nice with Node?
I'm not familiar with Yarn, Node, or Visual C++. When I run yarn install it gives an error in yarn-error.log:
Trace:
Error: C:\Users\Chloe\workspace\catalyst_research\node_modules\node-sass: Command failed.
Exit code: 1
Command:…

Chloe
- 25,162
- 40
- 190
- 357
1
vote
0 answers
How do you make Visual Studio use the proper MSBuild.exe?
I'm currently in the process of turning a newly bought machine into our build machine by porting over all of the build software that is on our existing machine, for the company I work for. I've gotten all the proper software installed on the new…

Crow301
- 11
- 2
1
vote
1 answer
windows vc++ how to use UniversalCRT_IncludePath and How to make it work in cl.exe
I use windows 10 as test server and try to build from source code of python & C++.
I installed vcbuild 2015 by choco choco windows package manager
When I try to build the source, I find error.
E:\downloads\Twisted-17.1.0>cl.exe /c /nologo /Ox /W3…

user504909
- 9,119
- 12
- 60
- 109
1
vote
1 answer
VCBuild link errors from command line
I am using external libraries from my VC Express project. I am trying to automate my build through the command line, but it seems VCBuild does not recognize the additional directories I saved/added for the external library's include and lib…

maranas
- 1,396
- 1
- 12
- 21
1
vote
1 answer
Not able to install socket.io on Windows server 2012
I am trying to install Socket.io on windows server 2012
npm install socket.io
The error that I am getting is
MSBUILD : error MSB3428: Could not load the Visual C++ component "VCBuild.exe".
To fix this, 1) install the .NET Framework 2.0 SDK, 2)…

writeToBhuwan
- 3,233
- 11
- 39
- 67
1
vote
1 answer
Karma install failing on rebuild npm node.js
So i'm tryin to get karma working on my Windows 7 machine and I'm continuing to have trouble.
I'm using node.js 0.10.7 and using the command npm install -g karma. The first issue was missing vcbuild, so I installed…

Steve Miskiewicz
- 1,114
- 1
- 10
- 23
1
vote
1 answer
Wrong version of vcbuild.exe is invoked
I have several versions of Visual Studio installed on my system (2005, 2008 and 2010).
Also I have a Visual Studio 2005 (8.0) C++ project (vcproj) and solution (sln) associated with it. When I run the following command
msbuild helloworld.sln
the…

user10101
- 1,704
- 2
- 20
- 49
1
vote
1 answer
Why are vcbuild- and Visual Studio-compiled files binary not bytewise similar at all?
Until now, I compiled my project from VS and now I moved compilation process to a script.
I use vcbuild.exe with command line parameters for this purpose.
What I see is that my output files is not bytewise similar at all.
I compared a command line…

user1766151
- 86
- 1
- 4
0
votes
1 answer
Error building from the Windows Command Prompt via vcbuild
I am trying to execute vcbuild via the command prompt. Just using
vcbuild project.vcproj
doesn't work and I've tried using the whole path :
C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\vcpackages\vcbuild.exe project.vcproj
That give the…

Patrick Lorio
- 5,520
- 11
- 45
- 74
0
votes
0 answers
Can't build maven project, hawtjni-maven-plugin:1.18:build uses vcbuild (outdated, from VS 2008)
I have searched for dozen of hours already (probably, 10+), but couldn't find a solution to my problem anywhere.
I will list all the things I have tried and the issues I have encountered with them.
This is the library that I am trying to build using…

Tim Kochetkov
- 149
- 1
- 11
0
votes
1 answer
VCBuild.exe not found when attempting to install bcrypt, node-gyp and windows-build-tools installed
I'm trying to add bcrypt to my application, and am currently struggling with getting it to build when it is added as a package. I have tried several solutions, but am repeatedly getting this output when attempting to install bcrypt:
bcrypt@3.0.7…

Jake
- 11
- 1
- 1
- 3
0
votes
1 answer
VCBuild: Unable to load Property sheet
VCBuild is failing to load a property sheet. How can I specify $(SolutionDir)?
>vcbuild /logfile:log.txt /rebuild "./Project1/Project1.vcproj"
The following error has occurred during XML parsing:
File: ./Project1/Project1.vcproj
Line: 26
Column:…

T.K.
- 2,229
- 5
- 22
- 26
0
votes
1 answer
Convert build script from VS2008 to VS2015
I am working on upgrading upgrading from VS2008 to VS2015. Everything is building in VS2015 just fine, now it is time to get the build script that is used for release code working. When running "msbuild BuildReleaseVS2015.proj…

Sam Carleton
- 1,339
- 7
- 23
- 45
0
votes
1 answer
Using MSBuild from PowerShell returns error VCBuild not loaded
I'm trying to launch a build on a few Visual Studio 2005 solutions from a PowerShell Script and it returns this error:
MSBUILD : error MSB3428: Could not load the Visual C++ component "VCBuild.exe". To fix this, 1) install the .NET Framework 2.0…

Narkael
- 53
- 1
- 10