Thank you for the reply, it seems the problem was with some Visual Studio components I didn’t have installed, if anyone is in the same situation I followed these steps:
- Install or update Visual Studio 2022
If you don’t already have Visual Studio 2022:
Download it from https://visualstudio.microsoft.com/
- Install the required components
When running the installer:
Select the “Desktop development with C++” workload
In the right pane, under “Optional components”, ensure the following is checked:
MSVC v143 - VS 2022 C++ x64/x86 build tools (v14.38)
Windows 10 SDK (or Windows 11 SDK if you’re on Win11)
C++ CMake tools for Windows (optional, but helpful)