Daniel Gleason
Daniel Gleason
``` Searching for *.uproject file... No *.uproject file found! ``` It's basically unable to find the uproject because it's in the ugh1 folder. Could you add a project selector maybe?...
If I create a symlink I get the following error: ``` Searching for *.uproject file... Extension "UE Intellisense Fixes" is now active! Found Unreal Engine v4.27.1 ** Error **: This...
 The project is in UGH1/UGH1, I created a symlink to the file in `C:\repos\Perforce\daniel_main\UGH1\UGH1\UGH1.uproject` UGH1 is the root where the engine is and the project which has the Engine...
 Just a normal unreal project.
I should mention that the sym link does NOT fix the problem at all, so I'm deleting it.
 There's nothing there. Also, if you try to generate project files, nothing happens.
 Also it looks like it creates the UGH1 folder here for the project in the .vscode directory
Yeah I did that On Sat, Mar 5, 2022 at 11:09 AM boocs ***@***.***> wrote: > That compile commands folder should be for the first UGH1 folder not the >...
Yes there are cpp files and I also clicked refresh multiple times. On Sat, Mar 5, 2022 at 5:08 PM boocs ***@***.***> wrote: > Another thing, are there any C++...
``` { "folders": [ { "name": "UE4", "path": "." } ], "settings": { "typescript.tsc.autoDetect": "off" }, "extensions": { "recommendations": [ "ms-vscode.cpptools", "ms-dotnettools.csharp" ] } } ```