
vswhere
List of commands for vswhere:
-
vswhere:tldr:036c2 vswhere: Find the directory of Clang bundled with Visual Studio bundled (clang-cl, clang-tidy, etc).$ vswhere -products * -latest -prerelease -find **\Llvm\bin\*try on your machineexplain this command
-
vswhere:tldr:403f7 vswhere: Find the directory of the x64 MSVC compiler (cl.exe, etc).$ vswhere -products * -latest -prerelease -find **\Hostx64\x64\*try on your machineexplain this command
-
vswhere:tldr:a62a1 vswhere: Find the path of `MSBuild.exe`.$ vswhere -products * -latest -prerelease -find MSBuild\**\Bin\MSBuild.exetry on your machineexplain this command
-
vswhere:tldr:fe19e vswhere: Find the path of vcvarsall.bat to set environment variables.$ vswhere -products * -latest -prerelease -find **\VC\Auxiliary\Build\vcvarsall.battry on your machineexplain this command