New user, first time poster.
I’m having an interesting problem and looking for some advice. I don’t think this is a bug, but maybe it is.
What I’m trying to do is access the Unreal Engine source code in a workspace for a plugin that lives in a separate project.
For example, I have a project called ‘foo’. It lives in the folder D:\foo
and the Unreal Engine codebase lives in D:\UnrealEngine
in my workspace, D:\foo
is my ‘main’ workspace. I add in the external workspace D:\UnrealEngine
via the “Add Folde to Workspace”
However, Cursor doesn’t seem to be able to find it. I even @<path to folder>
in my Agent tab, and Cursor still can’t find it.
Here’s a snippet of what I see:
Any thoughts or ideas would be appreciated.