Hi there!
I’m seeing the following warnings when starting up my project:
[…]
SourceControl: Info Source control is disabled
LogLinker:Warning: Can’t find file ‘/Game/TopDownBP/TopDownOverview’
LogLinker:Warning: Can’t find file ‘/Game/TopDownBP/TopDownOverview’
LogUObjectGlobals:Warning: Failed to find object ‘Class /Game/TopDownBP/TopDownOverview.TopDownOverview_C’
LogEngine: Initializing Engine…
[…]
I had that asset in my project before and deleted it at some point. I guess I could resolve this warning by re-adding and re-removing it, but what I’m interested in is…
How do you debug such a warning? Since the log doesn’t tell me anything about what component tried to access this asset, I have no idea where to even start looking. Checking every single BP’s Reference Viewer in my project to see if it holds a reference to it just isn’t viable.
Is there any feature to verify all assets used in the project and get detailed info if problems are found?
I have exactly the same issue, where can I delete reference to TopDownOverview? I know that it’s the tutorial popup, but where can i remove references after it’s deleted?
I’m having the same issue. I migrated my levels and files to an empty project to clean up some corrupt plugin data, which worked beautifully. However, now I’m getting warnings from files that existed in the old project but were deleted before migrating and I’m not sure where they’re being referenced:
I had this problem, it just suddenly appeared on all versions of my project from different dates. I tried everything, deleting all cache folders for UE4 and VS, deleting the .vs files, reinstalling ue4 source build, turning off plugins.
What solved it in the end for me, was deleting the config folder! So if you get a lot of loglinker errors suddenly and c++ classes not getting found, try that!