diff --git a/.gitignore b/.gitignore
index c5da2ff..de518c3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -447,4 +447,4 @@ FodyWeavers.xsd
*.app
#Advent of Code Solutions
-.[Oo]utput
\ No newline at end of file
+./[Oo]utput
\ No newline at end of file
diff --git a/AdventOfCode2022.vcxproj b/AdventOfCode2022.vcxproj
index ecca0ba..17a66ae 100644
--- a/AdventOfCode2022.vcxproj
+++ b/AdventOfCode2022.vcxproj
@@ -157,6 +157,7 @@
+
diff --git a/AdventOfCode2022.vcxproj.filters b/AdventOfCode2022.vcxproj.filters
index 71c7328..9c5ea06 100644
--- a/AdventOfCode2022.vcxproj.filters
+++ b/AdventOfCode2022.vcxproj.filters
@@ -101,6 +101,9 @@
Header Files
+
+ Header Files
+
diff --git a/src/aoc2022.h b/src/aoc2022.h
index 338e495..cb74b7c 100644
--- a/src/aoc2022.h
+++ b/src/aoc2022.h
@@ -1,5 +1,13 @@
#pragma once
+#include
#include
+#include
+#include
+#include
+#include
+#include
+#include
+#include