diff --git a/SConstruct b/SConstruct index 190ef93b9d4..0fef48fa95d 100644 --- a/SConstruct +++ b/SConstruct @@ -434,6 +434,7 @@ if selected_platform in platform_list: # Microsoft Visual Studio Project Generation if env['vsproj']: + env['CPPPATH'] = [Dir(path) for path in env['CPPPATH']] methods.generate_vs_project(env, GetOption("num_jobs")) # Check for the existence of headers