We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8bdbf02 commit c17a37fCopy full SHA for c17a37f
conan/internal/api/detect/detect_api.py
@@ -469,7 +469,7 @@ def default_msvc_ide_version(version):
469
470
def _detect_vs_ide_version():
471
from conan.internal.api.detect.detect_vs import vs_installation_path
472
- msvc_versions = "17", "16", "15"
+ msvc_versions = "18", "17", "16", "15"
473
for version in msvc_versions:
474
vs_path = os.getenv('vs%s0comntools' % version)
475
path = vs_path or vs_installation_path(version)
0 commit comments