Наша сборка Qt VS Tools
QtVsTools.Core/Common/QtVSIPSettingsShared.cs
@@ -91,6 +91,8 @@
                        continue;
                    foreach (VCFileConfiguration config in vcfile?.FileConfigurations as IVCCollection) {
                        if (HelperFunctions.IsConfExcludeFromSolution(config))
                            continue;
                        tool = new QtCustomBuildTool(config);
                        if (tool == null)
                            continue;