I downloaded Visual Studio Community Edition with all the C++ install options. Then I installed WDK targeting WinXP. However it seems like VS can't recognise this and so there is no option in the new project wizard to create an WDM driver.
I was relying on such option because I haven't been creating drivers before and I don't know much about how it happens and which tools am I allowed to use. I hoped VS automated IDE would help me with this.
Any ideas how to start in such case?
EDIT: Maybe community VS version doesn't support creating drivers?