Error during SonarQube Scanner exectuion

Hi @Ed_Die,

thank you for sharing the file. The issue comes from the fact that you have 4 occurrences of bad INCLUDE environment variable. If you search for ; (semicolon followed by whitespace) in the build-wrapper-dump.json file you will find 4 occurrences of this kind:

INCLUDE=folder1;folder2; folder3

I would recommend you to fix your INCLUDE path, running a test on our side it seems that folder3 is completely ignored by cl.exe, so useless. We should however probably not crash on our side, ticket created for that: CPP-2300.