I'm developing a project,
Advanced Effects, which has a dependency on Skia. I can compile skia flawlessly in Linux using Clang. However, when using Windows and Visual Studio, I get thousands of errors coming from the skia code with supposed "missing includes".
Talking with people on the C++ community on Discord, it seems I was missing a requirement of the skia docs: "you need either VS 2017 or 2019". So I went to
Microsoft's website to download them. However, older versions are now for "VS subscribers" only, and free customers can only download the latest version (VS 2026).