Hi,
I have installed llvm-utils for visual studio 2019. And i have installed llvm in C:\llvm
But when i compile a project with LLVM v 142 as toolchain. i get the error The specified task executable location "bin\clang-cl.exe" is invalid.
I have a Directory.build.props in my project root with the following contents:
<Project>
<PropertyGroup>
<LLVMInstallDir>C:\llvm\</LLVMInstallDir>
<LLVMToolsVersion>14.0.0</LLVMToolsVersion>
</PropertyGroup>
</Project>