-
Notifications
You must be signed in to change notification settings - Fork 61
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
VisualStudio 2022 support #358
Comments
I'm not sure this belongs in BabylonReactNative repo. |
Problems won't be the same because of dependencies (react native windows and other packages). It won't be as hard/ time consuming with BN. EDIT: The problem is not the same between BN and BRN. for BN, it's a cmake/gradle problem. Here, it's a Windows SDK/CPP version issue. |
When trying the playground build/test githubaction with VS2022, I got this error:
It's fine with VS2019 |
Based on #656, it seems like this works already. |
I did a quick test (unfortunate) building BRN with VS2022 and got compilation error
I don't know if it's related to VS, Windows SDK or something else. Anyway, a test with newest VS might be a good idea.
The text was updated successfully, but these errors were encountered: