diff --git a/src/plugins/projectexplorer/msvctoolchain.cpp b/src/plugins/projectexplorer/msvctoolchain.cpp index 2b46aaff67d..c3af541a2c2 100644 --- a/src/plugins/projectexplorer/msvctoolchain.cpp +++ b/src/plugins/projectexplorer/msvctoolchain.cpp @@ -237,6 +237,7 @@ static QVector detectVisualStudioFromVsWhere(const QSt { QVector installations; Utils::SynchronousProcess vsWhereProcess; + vsWhereProcess.setCodec(QTextCodec::codecForName("UTF-8")); const int timeoutS = 5; vsWhereProcess.setTimeoutS(timeoutS); const CommandLine cmd(vswhere,