You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
3>C:\Sources\Kernel-Bridge\CommonTypes\VMX.h(266,6): fatal error C1001: Internal compiler error.
3>(compiler file 'msc1.cpp', line 1576)
3> To work around this problem, try simplifying or changing the program near the locations listed above.
3>If possible please provide a repro here: https://developercommunity.visualstudio.com
3>Please choose the Technical Support command on the Visual C++
3> Help menu, or open the Technical Support help file for more information (compiling source file API\Hypervisor.cpp)
3>INTERNAL COMPILER ERROR in 'C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.33.31629\bin\HostX64\x64\CL.exe'
3> Please choose the Technical Support command on the Visual C++
3> Help menu, or open the Technical Support help file for more information
3>KernelShells.cpp
3>cl : command line error D8040: error creating or communicating with child process
3>Done building project "Kernel-Bridge.vcxproj" -- FAILED.
Need to change:
enum VMCS_FIELD_ENCODING : unsigned int {
I use Visual Studio 2022, Windows SDK "10.0.22621.0" and appropriate WDK.
The text was updated successfully, but these errors were encountered:
This code crash compiler:
with error:
Need to change:
I use Visual Studio 2022, Windows SDK "10.0.22621.0" and appropriate WDK.
The text was updated successfully, but these errors were encountered: