diff --git a/SConstruct b/SConstruct index 7b62f32da6f..70c51ea3a44 100644 --- a/SConstruct +++ b/SConstruct @@ -409,6 +409,7 @@ if selected_platform in platform_list: # Microsoft Visual Studio Project Generation if (env['vsproj']) == "yes": + env['CPPPATH'] = [Dir(path) for path in env['CPPPATH']] methods.generate_vs_project(env, env['vsproj_jobs']) else: