I'm trying to follow the steps on this tutorial to create a basic v4 printer driver in Windows: https://learn.microsoft.com/en-us/windows-hardware/drivers/print/building-a-basic-v4-printer-driver
I'm running Visual Studio Community 2019 on Windows 11. WDK version: 10.0.18362.0. I tried newer versions of WDK but it won't install tracewpp.exe (among other many files) so it gets another error.
I followed the steps on that tutorial, copied the same INF file and it gets the next error: error error
I tried another WDK and SDK versions but it won't work either.
Can anybody help me? Thank you.