I too am stuck with the “unresolved external symbol” error in the 4.19.2 version.
EDIT: I needed to include the following headers:
- include “GenericApplication.h”
- include “SWindow.h”
And add the following modules in my project’s Build.cs file:
- ApplicationCore
- SlateCore