UE4.17.2,VS2017

在要执行退出的地方加上如下语句

UKismetSystemLibrary::QuitGame(this, nullptr, EQuitPreference::Quit);

看很多例子要引入

#include "KismetSystemLibrary.h"

但我试的结果是这个include会报错,不加就好