core
core copied to clipboard
Errors when building in visual studio 2022
🐛 Bug Report
Visual Studio 2022 is not supported when compiling the project, leading to build failures
Expected Behavior
The project should be able to build successfully using Visual Studio 2022 without any issues.
Current Behavior
Attempting to compile with Visual Studio 2022 results in errors due to missing configurations or incompatible dependencies.
Steps to Reproduce
- clone the repo then cd to metacall-core-repo
- run
powershell -File ".\tools\metacall-environment.ps1" "c" - run
cd build - run
cmake --build ..