Index: VulkanGame.vcxproj
===================================================================
--- VulkanGame.vcxproj	(revision 39278a88330034a3410542945349b8e2ee002e30)
+++ VulkanGame.vcxproj	(revision 203ab1bb4bc5c4f4c34de07f7cb1d8ce9d17c3c4)
@@ -71,5 +71,5 @@
   <PropertyGroup Label="UserMacros" />
   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
-    <IncludePath>include;$(IncludePath)</IncludePath>
+    <IncludePath>include;D:\VulkanSDK\1.1.108.0\Include;$(IncludePath)</IncludePath>
     <LibraryPath>lib;D:\VulkanSDK\1.1.108.0\Lib;$(LibraryPath)</LibraryPath>
   </PropertyGroup>
@@ -82,5 +82,6 @@
       <LanguageStandard>stdcpp17</LanguageStandard>
       <PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;GAMEGUI_INCLUDE_VULKAN;%(PreprocessorDefinitions)</PreprocessorDefinitions>
-      <AdditionalIncludeDirectories>D:\VulkanSDK\1.1.108.0\Include;include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
+      <AdditionalIncludeDirectories>
+      </AdditionalIncludeDirectories>
     </ClCompile>
     <Link>
@@ -139,4 +140,5 @@
   </ItemGroup>
   <ItemGroup>
+    <ClInclude Include="compiler.hpp" />
     <ClInclude Include="consts.hpp" />
     <ClInclude Include="crash-logger.hpp" />
