Linker error when using std::chrono::high_resolution_clock::now()

I wanted to make use of time_point in my game, but when I call std::chrono::high_resolution_clock::now() I get a LNK2019 error, namely:

unresolved external symbol _Query_perf_counter referenced in function…
and
unresolved external symbol _Query_perf_frequency referenced in function…

I am very new to Unreal Engine and have no clue on how to fix this.

I hope someone can help, please let me know if anymore information is needed!