Can't build Paraview on Windows

I can’t get the Paraview master branch to build on my Windows 10 machine due to CMake 3.17 configuration errors in CMakeLists.txt.

include could not find load file:
vtkCompilerChecks
vtkCompilerPlatformFlags
vtkCompilerExtraFlags
vtkInitializeBuildType
vtkSupportMacros
vtkDirectories

git submodule update --init --recursive ?

I just need to get Qt now. Thanks.

@ben.boeckel : do you think we could improve this error message when forgetting to update submodule ?
It is a common hurdle for first builders.

Yeah, detecting if ${vtk_cmake_dir} exists would be the best way.

https://gitlab.kitware.com/paraview/paraview/-/merge_requests/4045

their is an error messge in CMakeLists:4 at VTK/ThirdParty/vtkm/vtkvtkm/, my first build passed thank to this message:)