Why "PublicIncludePaths.AddRange" doesn't work in Plugin?

I just saw you added pluginName/ to it…

PublicIncludePaths.AddRange(
new string] {
“Myplugin/Public”
// … add public include paths required here …
}
);

Here’s what I have in case it’s useful.