Need help of Sonarlint

Hi guys,
I use Visual studio 2019 and install sonarlint 2019 for it.
Connect the server and bind my project successfully.
But when i run analyze->run code analysis on solution, it can not work. it lists the error MSB8026


Please help on it
Thanks.

Hi @zhyhoho - welcome to the community!

I’m guessing you are analysing C/C++ code. The error you are seeing is not related to SonarLint; it’s coming from MSBuild, which is unable to run the static analysis rules provided by Microsoft.

SonarLint analysis of C/C++ is triggered when you save a file. It is not linked to the Analyze->Run Code Analysis on Solution menu command. See the wiki for more information.