Importing text files into the project

I’m prototyping a dialogue system that would load and parse text files and then feed parts of dialogue into the game.

FFileHandler::LoadFileToString() should work for that, the problem is that I can’t actually import any text files into my project. Is there a reason for that and how can I avoid that?

I’ve seen tutorials of people converting text files into spreadsheets, but that sounds ridiculous.