-
Notifications
You must be signed in to change notification settings - Fork 770
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Could not find a valid MSVC version #1665
Comments
Does it work if you specify --msvc ? |
Also msvc 14 is not supported. 15 is required. https://github.com/ycm-core/ycmd#supported-compilers https://github.com/ycm-core/YouCompleteMe#supported-compilers |
@jmarrec do you know why it does not detect the users vs build tools? |
Indeed it does work (With the command
Yes, i just wanted to show that the registry entries which the |
I don't know either. I don't windows enough to be too bothered about it though it's sad to have regressed. |
Hi,
after updating YouCompleteMe and trying to compile it, it no longer detects my MSVC installation as valid and fails (detailed report below).
This seems to have originated in commit 3e9564b, because the script now looks for the MSVC version in the registry, where, for me, it is not found (see below). Rolling back to a commit prior of this one works fine.
Input:
py install.py --ts-completer
Output:
Registry entry searched for
17.0
,16.0
,15.0
The text was updated successfully, but these errors were encountered: