Sysvad Driver Build Solution Error

Hi everyone,
I have worked about debugging kernel mode drivers as beginner and I try to practice on Windows Driver Samples. But while I was following instructions at Debugging Tutorial a Windows Driver, when I attempt the build solution option too much error occured. The error list. I want to write here because I cannot find a googleable specific solution.

Debugging Environment
Windows 10 1809 OS Build 17763.379
Windows 10 SDK 10.0.17763.132
Windows 10 WDK 10.0.17763.1
Visual Studio 17

Is that visual studio 2017 or the pre-release visual studio version 17?

Also why not just use the latest WDk and VS 2019?

Mark Roddy

I had downloaded Windows 10 virtual machine from developers.microsoft.com. So, these wdk and sdk compatible with Windows 10 1809. Also it is Visual Studio 2017. The wdk version occurs error when I try to install to Visual Studio 2019. Therefore I try to use Visual Studio 2017.