From 16df2aec4f86dfb63fef24e522daffe56c0c94ae Mon Sep 17 00:00:00 2001 From: keldorkatarn Date: Thu, 26 Apr 2018 21:29:02 +0200 Subject: [PATCH] Add project source code base directory to include paths. --- projects/openttd_vs141.vcxproj | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/projects/openttd_vs141.vcxproj b/projects/openttd_vs141.vcxproj index dacfd410e..ec41769ec 100644 --- a/projects/openttd_vs141.vcxproj +++ b/projects/openttd_vs141.vcxproj @@ -93,18 +93,18 @@ ..\lib\win64\library;$(LibraryPath) - ..\lib\shared\include;$(IncludePath) + ..\src;..\lib\shared\include;$(IncludePath) ..\lib\win32\library;$(LibraryPath) - ..\lib\shared\include;$(IncludePath) + ..\src;..\lib\shared\include;$(IncludePath) - ..\lib\shared\include;$(IncludePath) + ..\src;..\lib\shared\include;$(IncludePath) ..\lib\win32\library;$(LibraryPath) - ..\lib\shared\include;$(IncludePath) + ..\src;..\lib\shared\include;$(IncludePath) ..\lib\win64\library;$(LibraryPath) @@ -1423,4 +1423,4 @@ - + \ No newline at end of file -- 2.11.4.GIT