Problem switching to SKIA

I am using Visual Studio Community 2019. Following the “Getting Started” and having my first small app/plugin running, I now wanted to switch UI to SKIA, like described here: 03_Switching_graphics · iPlug2/iPlug2 Wiki · GitHub

I get this error message:

|Error|C1083|Cannot open include file: ‘SkSVGDOM.h’: No such file or directory (compiling source file …....\IGraphics\Controls\IControls.cpp)|GuitarEQ-app|D:\git\iPlug2\IGraphics\IGraphicsPrivate.h|32||

What is wrong?

Do you perhaps have an old copy of skia in /Dependencies/Build ? Trash that folder and download the latest using the script iPlug2/Dependencies at master · iPlug2/iPlug2 · GitHub

Thank you, that did not help, the download-prebuilt-libs.sh had this problem:

creating: Faust/share/faust/webaudio/webComponent/template/
inflating: Faust/share/faust/webaudio/webComponent/template/faustTemplate.js
inflating: Faust/share/faust/webaudio/WebMIDIAPI.js

don’t see any error there

The last line with the error got somehow lost:

creating: Faust/share/faust/webaudio/webComponent/template/
inflating: Faust/share/faust/webaudio/webComponent/template/faustTemplate.js
inflating: Faust/share/faust/webaudio/WebMIDIAPI.js
mv: cannot move ‘Faust/faust’ to ‘Build/win/Faust/faust’: Permission denied