Hi again,
some additional info here - at first I thought maybe the character set was not properly set in my C++ projects file but it seems to be.
In the Visual Studio project file Abc.Tests.vcxproj the character set looks ok I assume:
<PropertyGroup Label="Configuration">
<ConfigurationType>DynamicLibrary</ConfigurationType>
<PlatformToolset>v140</PlatformToolset>
<CLRSupport>Safe</CLRSupport>
<CharacterSet>Unicode</CharacterSet>
</PropertyGroup>
The ...\.sonarqube\out\Abc.Tests_5391\
ProjectInfo.xml seems to be missing this info though:
<?xml version="1.0" encoding="utf-8"?>
<ProjectName>Abc.Tests</ProjectName>
<ProjectLanguage>C++</ProjectLanguage>
<ProjectType>Test</ProjectType>
<ProjectGuid>9757cb21-b840-49a6-b057-9f322e543dd6</ProjectGuid>
<FullPath>C:\tfs\sq\...Abc.Tests.vcxproj</FullPath>
<IsExcluded>false</IsExcluded>
<AnalysisResults>
<AnalysisResult Id="FilesToAnalyze" Location="C:\tfs\sq\...\.sonarqube\out\\Abc.Tests_5391\FilesToAnalyze.txt" />
</AnalysisResults>
<AnalysisSettings />
</ProjectInfo>
Best Regards,
Jan