diff --git a/Makefile.am b/Makefile.am
index 7a5d327..6022173 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -167,7 +167,9 @@ cglm_struct_clipspace_HEADERS = include/cglm/struct/clipspace/persp_lh_zo.h \
include/cglm/struct/clipspace/view_lh_zo.h \
include/cglm/struct/clipspace/view_rh_zo.h \
include/cglm/struct/clipspace/view_lh_no.h \
- include/cglm/struct/clipspace/view_rh_no.h
+ include/cglm/struct/clipspace/view_rh_no.h \
+ include/cglm/struct/clipspace/project_zo.h \
+ include/cglm/struct/clipspace/project_no.h
libcglm_la_SOURCES=\
src/euler.c \
diff --git a/win/cglm.vcxproj b/win/cglm.vcxproj
index 9194640..9cfe76e 100644
--- a/win/cglm.vcxproj
+++ b/win/cglm.vcxproj
@@ -105,6 +105,8 @@
+
+
diff --git a/win/cglm.vcxproj.filters b/win/cglm.vcxproj.filters
index f49cac9..e34a538 100644
--- a/win/cglm.vcxproj.filters
+++ b/win/cglm.vcxproj.filters
@@ -540,5 +540,11 @@
include\cglm\struct\clipspace
+
+ include\cglm\clipspace
+
+
+ include\cglm\clipspace
+
\ No newline at end of file