Steamworks - Failing to Find DLLs

I am running into some issues integrating steam into my game. I would be helpful if it could get it to run in the editor so I could more easily debug it.

  if (bEnableSteam)
     {
         bEnableSteam = IsRunningDedicatedServer() || IsRunningGame();
     }

I saw this in a previous comment, but I can not find this code anywhere in my project. If anyone could point me in the right direction I would appreciate that!