Community
Participate
Working Groups
I noticed those while looking at bug 247021. 1. Disable "Build automatically". Create managed C++ project Hello World. 2. Unfold "Includes" and "src" in Project Explorer tree. - Case A, refresh of file settings: A1. In Hello.cpp properties (Build Settings) add new include path and save. Note that the new include path does not appear under "Includes" A2. Refresh the tree with F5. Now the include path gets to the list. - Case B, refresh of folder settings: B1. In src folder properties (Build Settings) add new preprocessor define and save. Note that src folder does not get custom settings overlay. B2. Refresh the tree with F5. Now src folder gets it. The overlay appears.
Created attachment 155070 [details] patch
Committed on HEAD (CDT 6.1 aka 7.0)