If build errors are with signing are encountered, try running as Administrator
The .vcxproj file points to the latest SDK, if this is incompatible with the WDK, change the configuration to a compatible SDK within the project properties
Since July 31, 2020 Microsoft has released Windows 2020-KB4568831 (OS Build 19041.423) Preview. Microsoft recommends to not access the PCI configuration space using the legacy API, as it might result in the Windows BSOD (Blue Screen of Death). The BSOD trigger condition is “Windows version >= (OS Build 19041.423) && Secure Devices (SDEV) ACPI table && VBS enabled”. Therefore, CHIPSEC now includes a PCI filter driver which supplements the original CHIPSEC Windows Driver to access the PCI configuration space. A system requires the PCI Filter Driver if the conditions above are met.
Windows devices that receive the 2020-KB4568831 (OS Build 19041.423) Preview or later updates restrict how processes
can access peripheral component interconnect (PCI) device configuration space if a Secure Devices (SDEV) ACPI table is present
and Virtualization-based Security (VBS) is running. Processes that have to access PCI device configuration space must use
officially supported mechanisms.The SDEV table defines secure hardware devices in ACPI. VBS is enabled on a system if security
features that use virtualization are enabled. Some examples of these features are Hypervisor Code Integrity or Windows Defender
Credential Guard. The new restrictions are designed to prevent malicious processes from modifying the configuration space of
secure devices. Device drivers or other system processes must not try to manipulate the configuration space of any PCI devices,
except by using the Microsoft-provided bus interfaces or IRP. If a process tries to access PCI configuration space in an unsupported
manner (such as by parsing MCFG table and mapping configuration space to virtual memory), Windows denies access to the process and
generates a Stop error. For more detail please refer below link: https://learn.microsoft.com/en-us/troubleshoot/windows-client/performance/stop-error-lenovo-thinkpad-kb4568831-uefi