Issues with extending Paper2D

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?

I fixed it by adding “Paper2D” to my module dependencies in the MyGame.Build.cs file

Cheers