Why are hot reloads taking so long to do for me?

Why are hot reloads taking so long to do for me?? I make a small change like changing the name of a variable and it takes like 50 to 100 seconds to do the hot reload. When I simply build the solution in Rider it only takes 2 seconds. I don’t know what is causing. Does this info from the output log mean anything?

Building ProgrammingTestingEditor…
Using Visual Studio 2019 14.27.29112 toolchain (C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.27.29110) and Windows 10.0.17763.0 SDK (C:\Program Files (x86)\Windows Kits\10).
Building 3 actions with 6 processes…
[1/3] UE4Editor-ProgrammingTesting-6880.lib
Creating library D:\Game Projects\ProgrammingTesting\Intermediate\Build\Win64\UE4Editor\Development\ProgrammingTesting\UE4Editor-ProgrammingTesting-6880.lib and object D:\Game Projects\ProgrammingTesting\Intermediate\Build\Win64\UE4Editor\Development\ProgrammingTesting\UE4Editor-ProgrammingTesting-6880.exp

This is some info from the output log after I cancelled the build. Does any of it mean anything that could be causing the long hot reloads? Let me know.