The problem: There is no Linker, Driver Settings, Driver Install ,Inf2Cat and so on... under Configuration Properties.
I have installed Visual Studio 2022 with the following components:
I also executed: C:\Program Files (x86)\Windows Kits\10\Vsix\VS2022\10.0.26100.0\amd64\WDK.vsix
Now I am trying to create a simple driver (KMDF). I used the following templates (neither is recognized):
After I create the project, I go to Project->Properties->Configuration Properties->General. The Configuration Type shows Driver, but there is no Linker or other driver-specific options like Driver Settings, Driver Install, Inf2Cat, etc.
Here are the steps I have taken:
There is no Linker, Driver Settings, Driver Install ,Inf2Cat and so on... under Configuration Properties.
Any guidance on resolving this issue would be greatly appreciated.
After my test, I did not encounter the same situation as yours:
Please make sure you have configured Windows SDK and WDK in the correct way.
To install Windows SDK, please download and install it from the following link:
https://developer.microsoft.com/en-us/windows/downloads/windows-sdk/
To install and configure WDK in VS, follow the tutorials in the following official documents: