Skip to content

Commit

Permalink
Merge PR #6237: Backport "Merge PR #6235: DOCS: Change encoding to UT…
Browse files Browse the repository at this point in the history
…F-8 & clean up error msg in FAQ"
  • Loading branch information
Krzmbrzl authored Oct 11, 2023
2 parents 00d031c + 6528a33 commit 6bcfa8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/dev/build-instructions/build_static.md
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,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.

0 comments on commit 6bcfa8f

Please sign in to comment.