Basic C# Apm Application Error: {SystemTotalCpuProvider} Failed instantiating PerformanceCounter

I resolved this be recreating my performance counters. To do this, open command prompt in admin mode, then run the command "lodctr /r":

This also fixed the issue within the actual agent and now the agent is running as expected. Thank you for the help @Sergey_Kleyman.