T
TruckeeTinker
Guest
This is exactly the same problem reported for VS 2017 at Missing "device.tmh" file when creating Kernel Mode Driver project
Create a new VS 2019 USB (KMDF) Driver project, open device.c, see "device.thm" red-underlined, build, and no errors reported. Change the "#include driver.thm" to "#include driver.th", build, yet no related errors get reported. Change "#include driver.thm" back to "#include driver.thm", then build, get no errors, and red-underline goes away.
Just thought you should know.
Continue reading...
Create a new VS 2019 USB (KMDF) Driver project, open device.c, see "device.thm" red-underlined, build, and no errors reported. Change the "#include driver.thm" to "#include driver.th", build, yet no related errors get reported. Change "#include driver.thm" back to "#include driver.thm", then build, get no errors, and red-underline goes away.
Just thought you should know.
Continue reading...