VTK-9.3 VTK.sln build failed

I built the VTK 9.3.0 release just now and still see this error. CMake 3.27.7 with “Visual Studio 17 2022” generator, VS 2022 17.7.6 on Windows 10 22H2; these are the options I manually set via CMake GUI:

-DVTK_MODULE_ENABLE_VTK_RenderingContextOpenGL2:STRING="YES"
-DVTK_MODULE_ENABLE_VTK_ViewsQt:STRING="YES"
-DVTK_MODULE_ENABLE_VTK_GUISupportQt:STRING="YES"
-DVTK_MODULE_ENABLE_VTK_RenderingQt:STRING="YES"
-DQt6_DIR:PATH="PATH_TO_QT/6.6.0/msvc2019_64/lib/cmake/Qt6"
-DVTK_MODULE_ENABLE_VTK_RenderingOpenXR:STRING="YES"
-DOpenXR_INCLUDE_DIR:PATH="PATH_TO_OPENXR/include/openxr"
-DOpenXR_LIBRARY:FILEPATH="PATH_TO_OPENXR/x64/lib/openxr_loader.lib" 
-DVTK_MODULE_ENABLE_VTK_RenderingOpenVR:STRING="YES"
-DOpenVR_LIBRARY:FILEPATH="PATH_TO_OPENVR/lib/win64/openvr_api.lib" 
-DOpenVR_INCLUDE_DIR:PATH="PATH_TO_OPENVR/headers"

(I haven’t tested whether any of these are strictly required for the error to happen, they are just the ones that I need to set up VTK for my needs).

EDIT: The errors only appear to happen when building Debug configuration.

EDIT2: git master builds fine.