Explorar o código

Merge pull request #11753 from Listwon/Intellisense

Fix IntelliSense
Andreas Haas %!s(int64=8) %!d(string=hai) anos
pai
achega
31c14432b8
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      SConstruct

+ 1 - 0
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