-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
Building solution with vs2022 fails #54162
Comments
@akrieger I've created this issue as a reminder to update the documentation so feel free to assign yourself. |
Alas I lack those privileges, but I won't forget, thanks! |
I’m using Visual Studio 2022 right now on Windows 10 and it compiles fine for me. |
As your linked issue says, you just need to install VC2019 build tools and you can build the solution in VS2022 IDE. |
Is this done by selection a component from the Visual Studio installer? |
Yes, in Visual Studio Installer. |
Yes that is the same document I linked and mentioned as compile documentation. |
Had a similar error but in 2019, the visual studio english language pack is mandatory |
Describe the bug
The project fails to build when using Microsoft Visual Studio 2022.
It is not clear from compile documentation whether the latest version of VS is compatible with VCPKG:
The issue seems to be caused by VCPKG as noted in microsoft/vcpkg#22287 and should be referenced in the compile documentation listed above to avoid any confusion until the issue has been resolved.
Steps to reproduce
C:\dev\vcpkg
.Expected behavior
I expected the project to build without any errors.
Screenshots
No response
Versions and configuration
0.F-5047-g1849155482
Additional context
The text was updated successfully, but these errors were encountered: