diff --git a/proj/vs2017/Common/Common.vcxproj b/proj/vs2017/Common/Common.vcxproj
index 665eb335b..e279148e9 100644
--- a/proj/vs2017/Common/Common.vcxproj
+++ b/proj/vs2017/Common/Common.vcxproj
@@ -393,6 +393,7 @@
+
@@ -449,6 +450,7 @@
+
diff --git a/proj/vs2017/Common/Common.vcxproj.filters b/proj/vs2017/Common/Common.vcxproj.filters
index a84abb2ec..8a63fb766 100644
--- a/proj/vs2017/Common/Common.vcxproj.filters
+++ b/proj/vs2017/Common/Common.vcxproj.filters
@@ -829,6 +829,9 @@
DialogXML\Dialogs
+
+ Gfx
+
@@ -1087,5 +1090,8 @@
DialogXML\Dialogs
+
+ Gfx
+
\ No newline at end of file
diff --git a/src/game/boe.dlgutil.cpp b/src/game/boe.dlgutil.cpp
index e14da737e..705f614cb 100644
--- a/src/game/boe.dlgutil.cpp
+++ b/src/game/boe.dlgutil.cpp
@@ -69,7 +69,7 @@ extern std::map skill_max;
extern void give_help_and_record(short help1, short help2, bool help_forced = false);
extern void post_load();
extern void start_new_game(bool force = false);
-extern void do_load();
+extern bool do_load();
short sign_mode,person_graphic,store_person_graphic,store_sign_mode;
long num_talk_entries;