Using a fresh checkout of 4.4, trying to add
#include “PaperSpriteActor.h”
Results in Build.bat not being able to open the include file.
error C1083: Cannot open include file: ‘PaperSpriteActor.h’
Any tips on how I can add the Paper2D classes to the include path for Build.bat?
Fixed the above issue, see comment
I am getting the compiler error of “unresolved external symbol” for APaperSpriteActor::GetReferencedContentObjects.
The following link didn’t prove to have any useful information. As the PaperSpriteActor.cpp had the code referenced in there already. Any ideas?