Cannot use JUCE8 with Vulkan

Hello, I am using JUCE7 with Vulkan successfully

I just found out, currently JUCE8 can’t be used with Vulkan library


I guess, in , JUCE\modules\juce_gui_basics\native\juce_Windowing_windows.cpp

(from line 1470)

(C++ constructor) HWNDComponentPeer::HWNDComponentPeer

(line 1509)
updateCurrentMonitorAndRefreshVBlankDispatcher (ForceRefreshDispatcher::yes);

at here, JUCE8 tries to initalize DirectX,

however, there, an exception occurs when built with Vulkan library
(saying related to f_sps.dll)

So, I guess, running JUCE8 app with Vulkan APIs, I don’t think it will work

Hence, please help me with this issue

Of course, at now, I can run JUCE7 app without problems