3D slicer build is required to create an extension module using C++.
I installed QT5.15.2, git, and cmake in a Windows 11 environment,
and built according to the development guide, but I found that the build was stopped without any error message. How can I solve this?
I have built Slcoer from scratch on Windows on a new computer two weeks ago and it went fine. The build instructions has to be closely followed. For example, make sure you don’t use CMake 4.
Lots of messages are printed during the build process. If you missed them you can restart the build, the build error will be printed again. If you share those then we can tell what is wrong.