Setup Windows Build Environment for NoLimitConnect¶
-
Install Visual Studio 2026 and C++ Build Tools
- Install the C++ workload (MSVC x64/x86 build tools).
- Note: Visual Studio 2026 .vcxproj support is dropped, but MSVC build tools are still required for Windows builds.
-
Install Visual Studio Code from Microsoft.
-
Install required Visual Studio Code extensions
- CMake Tools
- C/C++
-
Install NASM
- Add
nasm.exeto yourPATH.
- Add
-
Install Qt and Qt SDK version 6.9.3
- Use a Qt MSVC kit compatible with your installed MSVC build tools (for example
msvc2022_64). - MinGW and WebAssembly is not needed
- Use a Qt MSVC kit compatible with your installed MSVC build tools (for example
-
Adjust paths in CMakePresets.json to your installed directories