Questions tagged [visual-studio-2017-build-tools]

Visual Studio 2017 Build Tools refers to tools designed to help and automate the process of compiling, packaging and deploying software in the 2017 version of Microsoft's Visual Studio. Use this tag for questions related to this type of tools.

Visual Studio 2017 Build Tools refers to tools designed to help and automate the process of compiling, packaging and deploying software in the 2017 version of Microsoft's Visual Studio. Use this tag for questions related to this type of tools.

133 questions
1
vote
2 answers

Fetch/checkout failed with visual studio 2017

Recently I changed my password for TFS service and started facing below issue Error encountered while fetching: Git failed with a fatal error. Authentication failed for 'http://Path'. - Worked fine with Visual Studio 2019 but failed with Visual…
Raka
  • 427
  • 2
  • 10
1
vote
1 answer

Setting up new PC. Need to build VS2015 C++ code. Must I install VS2015?

I'm setting up a new PC and want to install as few versions of Visual Studio as possible. My requirement is that I must still be able to build VS2015 projects as 2015 -- that is, without updating the toolset of the projects On my old PC, I can…
1
vote
1 answer

VS BuildTools won't install in docker container on windows server 2016

I was following this guide with a single modification: instead of ltsc2019 I used ltsc2016 because on windows server 2016 you can't have ltsc2019. Everything went fine up to the RUN stage: the installer produces some output and then abruptly (the…
1
vote
1 answer

Install sqlite3 on windows

I am trying to use "electron": "^4.1.4", with "sqlite3": "^4.0.6" on windows 8.1 and node v10.15.3. I tried to install windows-build-tools, like: npm install --global --production windows-build-tools@4.0.0 Furthermore, I used electron-rebuild -w…
Carol.Kar
  • 4,581
  • 36
  • 131
  • 264
1
vote
1 answer

Part of Visual Studio 2017 Enterprise Installed on C Drive

I wanted to install VS 2017 Enterprise completely onto my D drive. I installed every package available in the 2017 installer. However, despite me specifically setting the IDE and Shared Library folders to the D drive, my storage on my C Drive went…
1
vote
1 answer

Windows: How to get around missing procedure entry point for backward compatiblity?

Calling this for example: auto res = GetThreadDpiAwarenessContext(); https://learn.microsoft.com/en-us/windows/desktop/api/winuser/nf-winuser-getthreaddpiawarenesscontext Gives an error about "cannot find procedure entry point in user32.dll" when…
1
vote
1 answer

Which Visual Studio component contain the MSVC Hostx files?

My .NET solution contains an editbin command in PostBuild events. We try to create a Docker Container for compiling our solution. To do that, we installed the VS17 with the installer. We can't find which component we should select to get the…
1
vote
1 answer

MSBUILD.EXE environment variable

Team, I have a powershell script that invokes MSBUILD.exe to run the build in Azure devops Build pipeline for packaging it. Currently script uses vs12. I ran into below error when it ran with vs 12. error MSB4019: The imported project "C:\Program…
1
vote
0 answers

visual stdio community 2017 v 15.9.3 unable to run project

1:- after updating visual studio community 2017 to new version 15.9.3 when I tried to run my MVC project there I am facing this error here I had close all chrome instance and does not work 2:- if I start vs as administrator then there is another…
1
vote
1 answer

How to build SLN file from the command line using MSVC build tools

I am trying to build the Hunspell project on GitHub with MSVC 2017 build tools: https://github.com/hunspell/hunspell The project have a msvc folder containing a Hunspell.sln and libhunspell.vcxproj files (I am interested in the library) My…
1
vote
1 answer

Can clang-cl flags -fprofile-instr-generate -fcoverage-mapping be used in windows

I'm using clang 7 in windows and linux to generate coverage on c++ project. In linux I can successufuly generate all coverage information simply by adding compilation flags: -fprofile-instr-generate -fcoverage-mapping But in windows it returns me…
Nuno
  • 1,910
  • 2
  • 21
  • 33
1
vote
1 answer

Visual studio builds but msbuild does not.

I have looked at many of the similar questions, none have answered my problem thus far. I can't build any of the libraries/applications in the project with msbuild. There are 0 errors, 0 warnings, 0 messages in visual studio. Even when I isolate…
1
vote
0 answers

How to properly use VS BuildTools from VS code?

I try to use VS Code to assemble a C# project. I installed VS Code and VS BuildTools. The problem is, the tasks.json generated by VS Code doesn't see a msbuild executable, since BuildTools didn't update the PATH. The "official" way of launching the…
Morse
  • 1,330
  • 2
  • 17
  • 27
1
vote
1 answer

How to modify macro LLVMToolchainPrebuiltRoot in VS2017?

When I compile my Android native library within VS 2017, here is what it displays: 1>------ Rebuild All started: Project: MyNativeAndroid, Configuration: Debug x86 ------ 1>ANDROID_HOME=C:\ProgramData\Microsoft\AndroidSDK\25 1>ANT_HOME=C:\Program…
Peter
  • 11,260
  • 14
  • 78
  • 155
0
votes
0 answers

How to obtain vcruntime140_1d.dll while respecting license agreements

I have a valid Visual Studio 2017 Professional license. I have a library dependency built with Visual Studio 2019. This makes it necessary to have vcruntime140_1d.dll in order to be able to run a Debug version of this dependency. What is the…
1 2 3
8 9