diff --git a/docs/dev/build-instructions/build_static.md b/docs/dev/build-instructions/build_static.md index ad037aafd4e..52481a391c0 100644 --- a/docs/dev/build-instructions/build_static.md +++ b/docs/dev/build-instructions/build_static.md @@ -255,7 +255,7 @@ Ref: https://github.com/microsoft/vcpkg/issues/13217 When installing the dependency zlib via vcpkg, it may fail to locate the include file `afxres.h` (when building its mdnsresponder dependency). ``` -dll.rc(10): fatal error RC1015: cannot open include file 'afxres.h'. [[…]\vcpkg\buildtrees\mdnsresponder\src\ponder-878-e7e3a9a271.clean\mDNSWindows\DLL\dnssd.vcxproj] +dll.rc(10): fatal error RC1015: cannot open include file 'afxres.h'. ``` To resolve this, ensure MFC has been installed in your Visual Studio installation.