Fatal Error C1083 - Cannot open include file: “windows.h”: No such file or directory

后端 未结 2 762
猫巷女王i
猫巷女王i 2020-12-17 21:29

I\'m trying to get IKVM to build (see this question) but now have encountered a problem not having to do with IKVM so I\'m opening up a new question:

When running na

相关标签:
2条回答
  • 2020-12-17 22:09

    OK here is the answer I ended up finding: rather than being on the Path, the directory with windows.h (in my case, C:\Program Files\Microsoft SDKs\Windows\v6.0A\Include) needed to be set in the Include environment variable.

    0 讨论(0)
  • 2020-12-17 22:13

    By the way, create environment variable %LIB%, meaning the same - path to all SDKs lib directories

    0 讨论(0)
提交回复
热议问题