



I have 2 Win 10 Pro machines (one Domain joined and one standalone on both I am local Admin), both with VS 2022 Beta 17.6 identical install and same SDKs. My suspicion is that the VCVARSALL.bat might be missing, but I dont know what I would need to install to get that file. My another suspicion was that I might need administrator rights, so I did run the build with admin rights too, but it did not make a difference. I checked that cl.exe, link.exe and ml64.exe can be found in this directory. VCVARSALL.BAT, cl.exe, link.exe, lib.exe, ml64.exe Visual C++ build tools seems to be installed at C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VCīut Bazel can't find the following tools: I also added the environment variable appropriately:Īfter trying to build an example I get: The target you are compiling requires Visual C++ build tools.īazel couldn't find a valid Visual C++ build tools installation on your machine. I`m working myself through a Tensorflow installation session (each one is a unique experience) and I'm trying to understand what is going wrong with the Bazel build tool.įor that, I have followed the example here after downloading everything mentioned in the guide.
