I'm experiencing the following INF-related errors when attempting to build the project with Visual Studio 2022 with WDK 10.0.22621.311:
>Building 'UDEMbimClient' with toolset 'WindowsKernelModeDriver10.0' and the 'Universal' target platform.
>Stamping x64\Debug\UDEMbimClient.inf
>Stamping [Version] section with DriverVer=01/29/2024,13.44.35.864
>UDEMbimClientSample\UDEMbimClient.inf(7-7): warning 1324: [Version] section should specify PnpLockdown=1 to prevent external apps from modifying installed driver files.
>UDEMbimClientSample\UDEMbimClient.inf(11-11): error 1204: Provider cannot be "Microsoft", must be organization who authored INF.
>UDEMbimClientSample\UDEMbimClient.inf(50-50): error 1203: Section [generic_addreg.hw] not found.
>UDEMbimClientSample\UDEMbimClient.inf(58-58): error 1235: String token 'UDEMbimClientSample' not defined in [Strings] section - if intending to use a literal '%' in a string, use '%%' instead.
>UDEMbimClientSample\UDEMbimClient.inf(58-58): error 1235: String token '(null)' not defined in [Strings] section - if intending to use a literal '%' in a string, use '%%' instead.
I'm experiencing the following INF-related errors when attempting to build the project with Visual Studio 2022 with WDK 10.0.22621.311: