ionescu007 / SimpleVisor

SimpleVisor is a simple, portable, Intel VT-x hypervisor with two specific goals: using the least amount of assembly code (10 lines), and having the smallest amount of VMX-related code to support dynamic hyperjacking and unhyperjacking (that is, virtualizing the host state from within the host). It works on Windows and UEFI.
http://ionescu007.github.io/SimpleVisor/
1.69k stars 259 forks source link

Cannot open include file #38

Closed jekiro closed 5 years ago

jekiro commented 5 years ago

Maybe I'm too new to Visual Studio, but I replaced all includes of EDK to where I have EDK stored, got rid of all inherited values, but still getting an error from not being able to include, "Cannot open include file: 'C:\Users\aione\Documents\GitHub\VisualUefi\edk2..\EDK-II\BaseLib\vshacks.h': No such file or directory", which I created a system wide environment variable for EDK named $(EDK_PATH), since it seemed like a good easy way to fix it as well as use it in the future whenever I need, but it is still throwing errors as if there is some hidden include that is inheriting it.