intellisense errors in plugins code

I’m using vs 2015 community edition and Intellisense works fine (slow but it works) with C++ projects but when I create plugin from editor wizard I get errors all over the place. Project compiles but working this way is problematic, any way to fix this?

Try these

same issue here. i solved by adding the plugin’s public folder path to include dependencies in project properties :wink:

sorry for late reply but I’d tried those before asking

I’ll take your word for it, ditched the plugin development long time ago :stuck_out_tongue:

“adding the plugin’s public folder path to include dependencies in project properties”
How to do that? Where to search?