Custom Build App Win11 VS 2022 Qt5.15.2 Error FindCTK.cmake

Hi Everyone!
I´m trying to build a Custom App with SlicerCustomAppTemplate in Windows 11 with VS 2022 and Qt5.15.2 and I get this error:

CMake Error at CMakeLists.txt:890 (find_package):
33> By not providing “FindCTK.cmake” in CMAKE_MODULE_PATH this project has
33> asked CMake to find a package configuration file provided by “CTK”, but
33> CMake did not find one.
33>
33> Could not find a package configuration file provided by “CTK” with any of
33> the following names:
33>
33> CTKConfig.cmake
33> ctk-config.cmake
33>
33> Add the installation prefix of “CTK” to CMAKE_PREFIX_PATH or set “CTK_DIR”
33> to a directory containing one of the above files. If “CTK” provides a
33> separate development package or SDK, be sure it has been installed.

Thanks in advance!