-
Notifications
You must be signed in to change notification settings - Fork 476
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Windows MSR driver compilation error #665
Comments
Related: #615 I get the same error also using VS Community 2022. |
I made the changes suggested here : https://learn.microsoft.com/en-us/answers/questions/1526163/msb4044-issue-compiling-msr-driver-and-generating and my MSR compile succeeded |
thanks a lot for sharing the solution. We will adopt it asap. |
this issue should now be resolved in the master branch : 5690185 |
please reopen if the issue is still there |
I use Visual Studio Community 2022, Windows SDK 10.0.22621.2428 and WDK 10.0.22621.2428 to compile MSR in the pcm/src/WinMSRDriver, but I got the following error:
It means that "ValidNTTargetVersions" not given, but I can not find this parameter in MSR.vcxproj.
Does it caused by VS 2022? Because I read the compilation in the Windows Build Pass, which used VS 2019 rather than 2022.
The text was updated successfully, but these errors were encountered: