How do i get the image or tile image / texture that is in my tile map?

awesome.
Though im not being able to include:
include “PaperTileMap.h”
include “PaperTileLayer.h”
include “PaperTileSet.h”

I included Paper2D in the modules.

Im getting these errors:

2>C:\Program Files\Epic Games\UE_4.27\Engine\Plugins\2D\Paper2D\Source\Paper2D\Classes\PaperTileSet.h(19): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
2>C:\Program Files\Epic Games\UE_4.27\Engine\Plugins\2D\Paper2D\Source\Paper2D\Classes\PaperTileSet.h(62): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
2>C:\Program Files\Epic Games\UE_4.27\Engine\Plugins\2D\Paper2D\Source\Paper2D\Classes\PaperTileSet.h(77): error C2143: syntax error: missing ';' before '<class-head>'

Did you have to include anything?