Hello,
I just created my first CPP project via UE4, however with an entirely new project I was met with an unresolved external symbol error. I’ve installed the required dependencies for VS through the VS installer.
As I said this was a blank project without anything additional added to it, so any ideas why this error might be occurring?
For reference the specific error is: “unresolved external symbol implement_module”
VS Version: 2019
UE Version: 4.26
Thanks.
EDIT: I created a project without starter content enabled it compiled successfully, is there an extra step involved when using starter content? Seems strange…