- delete all these files:
–/[project]/Intermediate
–/[project]/Saved
–/[project]/Binaries
- Clicking RMB at your .uproject file and use
Generate Visual Studio project files
- Open the solution file and recompile the project
Unfortunately, this didn’t work so I’m thinking something else might be messed up as the component is not mine or 3rd party.
The component itself is located in UE_5.3/Engine/Source/Runtime/Engine/Classes/Components
I can place the wrapper actor (or whatever you would call it) in the level fine and can create a blueprint with the component fine as well, just not in C++.
Either way, thanks for trying