which versions are you using (SonarQube, Scanner, Plugin, and any relevant extension)
sonarqube-8.3.1.34397, sonar-scanner-msbuild-4.7.1.2311-net46, c# project with .net framework 4.8
Before trying to scan your code with SonarQube, you should make sure you have everything to compile your Solution.
I believe you don’t have any Tools for VS installed on your machine.
MSBuild.exe is provided by Microsoft when you install Visual Studio or when you install “Build Tools for Visual Studio”. This can be downloaded from https://visualstudio.microsoft.com/downloads/, then locate “Tools for Visual Studio 2019” and choose “Build Tools for Visual Studio 2019”.
Hi, I’m also facing the same issue pls check screenshot… and have already installed Visual Studio 2019 and I’m able to build my project properly on it.