4.17 Source Crashing when I hover my mouse on menu!

Hi! I already tried to reinstall the VS2017 Community with the checkboxes of Unreal Installer and tried to build 4.16 and 4.17, both are just crashing when I hover my mouse on some menus like the image below (PackageProject):

Assertion failed: (Index >= 0) & (Index < ArrayNum) [File:B:\Dropbox\UnrealEngine\Engine\Source\Runtime\Core\Public\Containers/Array.h] [Line: 596] 
Array index out of bounds: 0 from an array of size 0

KERNELBASE.dll!0x000000007ECE9E08
UE4Editor-Core.dll!FOutputDeviceWindowsError::Serialize() [b:\dropbox\unrealengine\engine\source\runtime\core\private\windows\windowsplatformoutputdevices.cpp:120]
UE4Editor-Core.dll!FOutputDevice::Logf__VA() [b:\dropbox\unrealengine\engine\source\runtime\core\private\misc\outputdevice.cpp:70]
UE4Editor-Core.dll!FDebug::AssertFailed() [b:\dropbox\unrealengine\engine\source\runtime\core\private\misc\assertionmacros.cpp:349]
UE4Editor-SlateCore.dll!SWidget::ExecuteActiveTimers() [b:\dropbox\unrealengine\engine\source\runtime\slatecore\private\widgets\swidget.cpp:986]
UE4Editor-SlateCore.dll!SWidget::Paint() [b:\dropbox\unrealengine\engine\source\runtime\slatecore\private\widgets\swidget.cpp:855]
UE4Editor-SlateCore.dll!SOverlay::OnPaint() [b:\dropbox\unrealengine\engine\source\runtime\slatecore\private\widgets\soverlay.cpp:97]
UE4Editor-SlateCore.dll!SWidget::Paint() [b:\dropbox\unrealengine\engine\source\runtime\slatecore\private\widgets\swidget.cpp:885]
UE4Editor-SlateCore.dll!SPanel::PaintArrangedChildren() [b:\dropbox\unrealengine\engine\source\runtime\slatecore\private\widgets\spanel.cpp:31]
UE4Editor-SlateCore.dll!SPanel::OnPaint() [b:\dropbox\unrealengine\engine\source\runtime\slatecore\private\widgets\spanel.cpp:12]
UE4Editor-SlateCore.dll!SWidget::Paint() [b:\dropbox\unrealengine\engine\source\runtime\slatecore\private\widgets\swidget.cpp:885]
UE4Editor-SlateCore.dll!SPanel::PaintArrangedChildren() [b:\dropbox\unrealengine\engine\source\runtime\slatecore\private\widgets\spanel.cpp:31]
UE4Editor-SlateCore.dll!SPanel::OnPaint() [b:\dropbox\unrealengine\engine\source\runtime\slatecore\private\widgets\spanel.cpp:12]
UE4Editor-SlateCore.dll!SWidget::Paint() [b:\dropbox\unrealengine\engine\source\runtime\slatecore\private\widgets\swidget.cpp:885]
UE4Editor-SlateCore.dll!SPanel::PaintArrangedChildren() [b:\dropbox\unrealengine\engine\source\runtime\slatecore\private\widgets\spanel.cpp:31]
UE4Editor-SlateCore.dll!SPanel::OnPaint() [b:\dropbox\unrealengine\engine\source\runtime\slatecore\private\widgets\spanel.cpp:12]
UE4Editor-SlateCore.dll!SWidget::Paint() [b:\dropbox\unrealengine\engine\source\runtime\slatecore\private\widgets\swidget.cpp:885]
UE4Editor-SlateCore.dll!SOverlay::OnPaint() [b:\dropbox\unrealengine\engine\source\runtime\slatecore\private\widgets\soverlay.cpp:97]
UE4Editor-SlateCore.dll!SWidget::Paint() [b:\dropbox\unrealengine\engine\source\runtime\slatecore\private\widgets\swidget.cpp:885]
UE4Editor-SlateCore.dll!SPanel::PaintArrangedChildren() [b:\dropbox\unrealengine\engine\source\runtime\slatecore\private\widgets\spanel.cpp:31]
UE4Editor-SlateCore.dll!SPanel::OnPaint() [b:\dropbox\unrealengine\engine\source\runtime\slatecore\private\widgets\spanel.cpp:12]
UE4Editor-SlateCore.dll!SWidget::Paint() [b:\dropbox\unrealengine\engine\source\runtime\slatecore\private\widgets\swidget.cpp:885]
UE4Editor-SlateCore.dll!SCompoundWidget::OnPaint() [b:\dropbox\unrealengine\engine\source\runtime\slatecore\private\widgets\scompoundwidget.cpp:35]
UE4Editor-Slate.dll!SScrollBox::OnPaint() [b:\dropbox\unrealengine\engine\source\runtime\slate\private\widgets\layout\sscrollbox.cpp:980]
UE4Editor-SlateCore.dll!SWidget::Paint() [b:\dropbox\unrealengine\engine\source\runtime\slatecore\private\widgets\swidget.cpp:885]
UE4Editor-SlateCore.dll!SCompoundWidget::OnPaint() [b:\dropbox\unrealengine\engine\source\runtime\slatecore\private\widgets\scompoundwidget.cpp:35]
UE4Editor-Slate.dll!SBorder::OnPaint() [b:\dropbox\unrealengine\engine\source\runtime\slate\private\widgets\layout\sborder.cpp:85]
UE4Editor-SlateCore.dll!SWidget::Paint() [b:\dropbox\unrealengine\engine\source\runtime\slatecore\private\widgets\swidget.cpp:885]
UE4Editor-SlateCore.dll!SCompoundWidget::OnPaint() [b:\dropbox\unrealengine\engine\source\runtime\slatecore\private\widgets\scompoundwidget.cpp:35]
UE4Editor-SlateCore.dll!SWidget::Paint() [b:\dropbox\unrealengine\engine\source\runtime\slatecore\private\widgets\swidget.cpp:885]
UE4Editor-SlateCore.dll!FSlateWindowElementList::FDeferredPaint::ExecutePaint() [b:\dropbox\unrealengine\engine\source\runtime\slatecore\private\rendering\drawelements.cpp:830]
UE4Editor-SlateCore.dll!FSlateWindowElementList::PaintDeferred() [b:\dropbox\unrealengine\engine\source\runtime\slatecore\private\rendering\drawelements.cpp:855]
UE4Editor-SlateCore.dll!SWidget::Paint() [b:\dropbox\unrealengine\engine\source\runtime\slatecore\private\widgets\swidget.cpp:944]
UE4Editor-Slate.dll!FSlateApplication::DrawWindowAndChildren() [b:\dropbox\unrealengine\engine\source\runtime\slate\private\framework\application\slateapplication.cpp:1231]
UE4Editor-Slate.dll!FSlateApplication::DrawWindowAndChildren() [b:\dropbox\unrealengine\engine\source\runtime\slate\private\framework\application\slateapplication.cpp:1320]
UE4Editor-Slate.dll!FSlateApplication::PrivateDrawWindows() [b:\dropbox\unrealengine\engine\source\runtime\slate\private\framework\application\slateapplication.cpp:1471]
UE4Editor-Slate.dll!FSlateApplication::TickApplication() [b:\dropbox\unrealengine\engine\source\runtime\slate\private\framework\application\slateapplication.cpp:1770]
UE4Editor-Slate.dll!FSlateApplication::Tick() [b:\dropbox\unrealengine\engine\source\runtime\slate\private\framework\application\slateapplication.cpp:1591]
UE4Editor.exe!FEngineLoop::Tick() [b:\dropbox\unrealengine\engine\source\runtime\launch\private\launchengineloop.cpp:3278]
UE4Editor.exe!GuardedMain() [b:\dropbox\unrealengine\engine\source\runtime\launch\private\launch.cpp:166]
UE4Editor.exe!GuardedMainWrapper() [b:\dropbox\unrealengine\engine\source\runtime\launch\private\windows\launchwindows.cpp:134]
UE4Editor.exe!WinMain() [b:\dropbox\unrealengine\engine\source\runtime\launch\private\windows\launchwindows.cpp:210]
UE4Editor.exe!__scrt_common_main_seh() [f:\dd\vctools\crt\vcstartup\src\startup\exe_common.inl:283]
KERNEL32.DLL!0x00000000817A2774
ntdll.dll!0x0000000082590D51
ntdll.dll!0x0000000082590D51