UE5.5 VScode/Cursor #include path issue

include “CoreMinimal.h” gives me an “cannot open source file” "include errors detected, please update your include path. "

Here is a snippet from my cpp json file that should cover all of the #includes in my project - but doesn’t

		"includePath": [
			"C:/DEV/UE_5.5/Engine/Source/**",
			"C:/DEV/UE_5.5/Engine/Intermediate/**",
			"C:/DEV/UE_5.5/Engine/Source/**"

		]

I have tried “refreshing the project” from UE5, I have manually added include statements, added compilercommands into the json file, I have dug all the way into the .rsp file to ensure the include command was there, followed the paths to ensure they were correct, I have worked on this issue for way to long and I have no idea what is wrong, every trouble shooting method I have found I have tried. If someone could help me I would sincerely appreciate it.