Unable to build INSTALL using VTK master on Visual Studio 2015

I am getting the following error in Visual Studio 2015 when trying to build the INSTALL project generated by cmake:

CMake Error at Utilities/KWIML/cmake_install.cmake:36 (file):
101> file cannot create directory:
101> C:/VTK/Projects/Master/Release/Libraries/share/licenses/VTK/VTK::kwiml.
101> Maybe need administrative privileges.

Obviously it won’t be able to create a file called “VTK::kwiml”. Does anyone know what may be causing this?

Thanks.

You may want to open an issue here: VTKIssues

I have created an issue. Thanks!

A fix for the mentioned issue should be this: https://gitlab.kitware.com/vtk/vtk/merge_requests/5094

Thank You!