No PPD shown, tried to download projects again, no change.  Opened benchmark viewer, threw this error:
OS Version: Microsoft Windows NT 6.2.9200.0
Exception Thrown:
System.InvalidOperationException: Sequence contains no elements
   at System.Linq.Enumerable.Max(IEnumerable`1 source)
   at HFM.Forms.Models.ProjectComparisonZedGraphBenchmarksReport.Generate(IBenchmarksReportSource source)
   at HFM.Forms.Models.BenchmarksModel.RunReports()
   at HFM.Forms.Models.BenchmarksModel.OnSelectedSlotProjectListItemsChanged(Object sender, NotifyCollectionChangedEventArgs e)
   at System.Windows.Forms.ListBox.OnSelectedIndexChanged(EventArgs e)
   at System.Windows.Forms.ListBox.set_SelectedIndex(Int32 value)
   at System.Windows.Forms.ListBox.SelectedObjectCollection.Add(Object value)
   at HFM.Forms.Models.BenchmarksModel.SetDefaultSlotProject()
   at HFM.Forms.Views.BenchmarksForm.LoadData(BenchmarksModel model)
   at System.Windows.Forms.Form.OnLoad(EventArgs e)
   at System.Windows.Forms.Form.OnCreateControl()
   at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
   at System.Windows.Forms.Control.CreateControl()
   at System.Windows.Forms.Control.WmShowWindow(Message& m)
   at System.Windows.Forms.Control.WndProc(Message& m)
   at System.Windows.Forms.Form.WmShowWindow(Message& m)
   at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)