Driver version using WDK10

Hi,
I try compile my KMDF driver with WDK10 (WDK10041) and Visual Studio 2015 CTP.
I set the Enable Version Stamp (under StampInf configuration properties) to be No, since I want the version to be set with environment variables. But when I compile it I get an error:?MSB6006 “stampinf.exe” exited with code 1.?
In the output tab I can see these lines:?Could not open version header file C:\Program Files (x86)\Windows?Kits\10\Include\10.0.10041.0\shared\bldnump.h. (0x00000002)
Could not determine version information.??Please specify using -v option.
If I change the Enable Version Stamp to be yes, all compiled successfully.
When I compile with WDK8.1 I can set this field to No and it built successfully.
Can anyone help?
Thanks

Did you try specifying a WDF version number explicitly, as opposed to letting it default?

Peter
OSR
@OSRDrivers