We’ve recently made a switch to a new bug reporting method using a more structured form. Please visit the link below for more details and report the issue using the new Bug Submission Form. Feel free to continue to use this thread for community discussion around the issue.
Hi,
using visual studio code on mac will produce intellisense Errors concerning the include path:
Example: cannot open source file “new” (dependency of “CoreMinimal”.h)
This is happening due to a missing path for include and browse in the c_cpp_properties.json
At least on my mac an additional “/usr/include” is needed, since this is where the standard c++ headers are located.
Please update the generate/refresh vscode routine accordingly.
My workaround: add Mac specific headers in c_cpp_properties.json.
So we have a FEATURE REQUEST: Please give us the required include paths on macOS, when generating a VSCode-Project from the Unreal Editor.
But we will have a new problem: UCLASS(), UPROPERTY() etc. will be treated as an errors by VSCode’s intellisense.
I think, Microsoft will have to fix that. That’s not an issue here imho.