diff --git a/docs/development/build-instructions-windows.md b/docs/development/build-instructions-windows.md index cb1a01b3399..abc45c5ab5d 100644 --- a/docs/development/build-instructions-windows.md +++ b/docs/development/build-instructions-windows.md @@ -105,3 +105,7 @@ node.js has some [extremely long pathnames](https://github.com/electron/node/tre ```sh $ git config --system core.longpaths true ``` + +### error: use of undeclared identifier 'DefaultDelegateCheckMode' + +This can happen during build, when Debugging Tools for Windows has been installed with Windows Driver Kit. Uninstall Windows Driver Kit and install Debugging Tools with steps described above.