Error While Creating netvmini Driver in VS2015

Hi

Am Building Windows7 Virtual NDIS miniport driver in Win10+VS2015.

Can anybody guide me the right way to build this sources ?

Tried below things with failure.:

Migrated all my sources to VS2015 WDK10 netvmini sample hoping it will build straight. But unfortunately it seems netvmini configured for WDM in project properties->Driver settings but my Win7 sources include Wdf.h. So the error wdf.h not found.

When changes the netvmini driver setting KMDF then errors related to driver.tmh.

Any suggestion from anyone.

Finally solved it by selecting 1) empty KMDF template from VS2015. 2)Selecting .rc file name same as my project/target binary name. 3) Replicating sources file RUN_WPP commands in VS2015->project->WPP_Trace Settings.