I´m trying to build my first Custom Slicer App using SlicerCustomAppTemplate project but I can´t even to build the basic one.
Windows 11. VS 2022. Cmake 3.28.1
My steps:
- Create D:\D2 forder and run cookiecutter gh:KitwareMedical/SlicerCustomAppTemplate on it.
- Open CMake. Select source (D:\D2\SlicerCustomAppTemplate) and output (D:\D2\SR) folders. Add Qt5_DIR path in C:/Qt/5.15.2/msvc2019_64/lib/cmake/Qt5. Add bool CMAKE_CONFIGURATION_TYPES string Release. Then, Configure and Generate.
Cmake shows this values
- VS ALL_BUILD project compile crashed and this is the error message:
I´m sure I´m doing something wrong but I´m stacked… Some idea what should be the problem?
Thanks in advance