Hi,
There are mainly two things
First is, you need to include all the required library files and required header files(include folder, src and modules) inside the project and need to give this path in C++ -> General -> directives
And second is, skia.lib might be dependent on few other libraries, you need to add them in linker as well.
It would be more helpful if you share the error screenshot.