diff --git a/Modules/getpath.c b/Modules/getpath.c
index afa9273ebc5..a3c8fc269d1 100644
--- a/Modules/getpath.c
+++ b/Modules/getpath.c
@@ -22,7 +22,7 @@
#endif
/* Reference the precompiled getpath.py */
-#include "../Python/frozen_modules/getpath.h"
+#include "Python/frozen_modules/getpath.h"
#if (!defined(PREFIX) || !defined(EXEC_PREFIX) \
|| !defined(VERSION) || !defined(VPATH) \
diff --git a/PCbuild/pythoncore.vcxproj b/PCbuild/pythoncore.vcxproj
index 90aa8cf28f8..c90ad1a3592 100644
--- a/PCbuild/pythoncore.vcxproj
+++ b/PCbuild/pythoncore.vcxproj
@@ -120,6 +120,7 @@
PLATLIBDIR="DLLs";
%(PreprocessorDefinitions)
+ $(PySourcePath);%(AdditionalIncludeDirectories)