diff --git a/Makefile.pre.in b/Makefile.pre.in
index db84eb61a780a7..92f3984fa98b31 100644
--- a/Makefile.pre.in
+++ b/Makefile.pre.in
@@ -1256,6 +1256,7 @@ PYTHON_HEADERS= \
$(srcdir)/Include/internal/pycore_instruction_sequence.h \
$(srcdir)/Include/internal/pycore_interp.h \
$(srcdir)/Include/internal/pycore_interp_structs.h \
+ $(srcdir)/Include/internal/pycore_interpframe.h \
$(srcdir)/Include/internal/pycore_intrinsics.h \
$(srcdir)/Include/internal/pycore_jit.h \
$(srcdir)/Include/internal/pycore_list.h \
diff --git a/PCbuild/pythoncore.vcxproj b/PCbuild/pythoncore.vcxproj
index 6fd39641d6a601..e876bd44f03942 100644
--- a/PCbuild/pythoncore.vcxproj
+++ b/PCbuild/pythoncore.vcxproj
@@ -261,6 +261,7 @@
+
diff --git a/PCbuild/pythoncore.vcxproj.filters b/PCbuild/pythoncore.vcxproj.filters
index 816bde53ffbc8a..6fcfb02f698c9f 100644
--- a/PCbuild/pythoncore.vcxproj.filters
+++ b/PCbuild/pythoncore.vcxproj.filters
@@ -702,6 +702,9 @@
Include\internal
+
+ Include\internal
+
Include\cpython