-
-
Notifications
You must be signed in to change notification settings - Fork 149
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
VS2022 Support #62
Comments
The MSBuild is taken from |
This is not working for me on 2019 either as I changed the installation path on Visual Studio Installer. It's only getting the default, if you look at "Engine\Build\BatchFiles\GetMSBuildPath.bat" they do a lot more work to locate your MSBuild than that. If any user had to customize it the process will fail. |
Does anyone succeed to change vs version to 2022? Need help! |
@Code-Guy I made a 'quick' fix allowing you to chose the MSBuild based on the installed versions. Tested with VS2022 but should also be compatible with older versions. https://github.com/Olli1080/Unreal-Binary-Builder. Under Compile you'll have a dropdown based on your installed VS versions. |
I'm using vs2022, and it runs well. |
Hey,I try to use this tools to pack my Unreal Engine 5 with VS2022 Professional Edition.But i found that this tools only support VS 2019 Community Edition.Could you please tell me where i can change the source code for My own Environment like MSBuild And MSVC Version Path??
The text was updated successfully, but these errors were encountered: