diff --git a/reactos/dll/win32/dbghelp/CMakeLists.txt b/reactos/dll/win32/dbghelp/CMakeLists.txt
index 59eacd22aba..6107df2401a 100644
--- a/reactos/dll/win32/dbghelp/CMakeLists.txt
+++ b/reactos/dll/win32/dbghelp/CMakeLists.txt
@@ -52,6 +52,7 @@ target_link_libraries(dbghelp
${PSEH_LIB}
oldnames)
+add_pch(dbghelp dbghelp_private.h)
add_importlibs(dbghelp psapi version msvcrt kernel32 ntdll)
add_importlib_target(dbghelp.spec)
add_cd_file(TARGET dbghelp DESTINATION reactos/system32 FOR all)
diff --git a/reactos/dll/win32/dbghelp/dbghelp.rbuild b/reactos/dll/win32/dbghelp/dbghelp.rbuild
index 2504aefd5e1..af9740cff36 100644
--- a/reactos/dll/win32/dbghelp/dbghelp.rbuild
+++ b/reactos/dll/win32/dbghelp/dbghelp.rbuild
@@ -41,6 +41,7 @@
symbol.c
type.c
version.rc
+ dbghelp_private.h
wine
psapi
version