I had a similar issue where a BP was trying to access a C++ function in a BlueprintFunctionLibrary. I tried these solutions and they didn’t work. But what did for me was to rename the C++ function I was trying to access, then clean in Visual Studio and recompile in editor. The function I was accessing was misspelled anyway so its better off with the new name.