diff --git a/Makefile.in b/Makefile.in
index 67bdae4306..d000d08142 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -3894,6 +3894,7 @@ COND_USE_GUI_1_ALL_GUI_HEADERS = \
wx/bmpbndl.h \
wx/filedlgcustomize.h \
wx/compositebookctrl.h \
+ wx/persist/combobox.h \
$(LOWLEVEL_HDR) \
$(GUI_CORE_HEADERS) \
wx/mediactrl.h \
diff --git a/build/bakefiles/files.bkl b/build/bakefiles/files.bkl
index ba64fd032a..204afb5c45 100644
--- a/build/bakefiles/files.bkl
+++ b/build/bakefiles/files.bkl
@@ -1324,6 +1324,7 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file!
wx/bmpbndl.h
wx/filedlgcustomize.h
wx/compositebookctrl.h
+ wx/persist/combobox.h
diff --git a/build/cmake/files.cmake b/build/cmake/files.cmake
index 691d5e744e..25be771479 100644
--- a/build/cmake/files.cmake
+++ b/build/cmake/files.cmake
@@ -1225,6 +1225,7 @@ set(GUI_CMN_HDR
wx/bmpbndl.h
wx/filedlgcustomize.h
wx/compositebookctrl.h
+ wx/persist/combobox.h
)
set(UNIX_SRC
diff --git a/build/files b/build/files
index 730b5c8124..536ec62d8a 100644
--- a/build/files
+++ b/build/files
@@ -1152,6 +1152,7 @@ GUI_CMN_HDR =
wx/peninfobase.h
wx/persist.h
wx/persist/bookctrl.h
+ wx/persist/combobox.h
wx/persist/dataview.h
wx/persist/splitter.h
wx/persist/toplevel.h
diff --git a/build/msw/wx_core.vcxproj b/build/msw/wx_core.vcxproj
index 5ff159b0b2..746c6ff8d6 100644
--- a/build/msw/wx_core.vcxproj
+++ b/build/msw/wx_core.vcxproj
@@ -1518,6 +1518,7 @@
+
diff --git a/build/msw/wx_core.vcxproj.filters b/build/msw/wx_core.vcxproj.filters
index 3d8baa65f3..4ad1ecdedd 100644
--- a/build/msw/wx_core.vcxproj.filters
+++ b/build/msw/wx_core.vcxproj.filters
@@ -2056,6 +2056,9 @@
Common Headers
+
+ Common Headers
+
Common Headers