Slicer build failed

Hi,
I followed the Build Instructions to build Slicer on Windows 11.
CMake: 3.31.6
Git: 2.48.1
Qt: 5.15.2 64-bit (MSVC 2019)
Visual Studio 2022 C++ x64
After build Slicer in Visual Studio, 10 errors occurred.

How to solve these errors please? Thanks!

This seems to be an ITK error:

Probably you can fix it by upgrading or downgrading your Windows SDK or compiler today; or applying one of the workarounds described in the referenced issue.

This PR aims to update the Slicer ITK version to one that includes a fix for that reported ITK issue:

Thank you very much. It works!