MS Visual Studio path is not valid
Hello,
When compiling, starting, every two minutes I get the following Error:
Configuration problem: MS Visual Studio path is not valid, please specify it in Cpp plugin settings for std library symbols
Which is not surprising: I don't have MS Visual Studio installed. I only use MinGW. Any ideas how I can tell IntelliJ IDEA how to stop bothering me with something I already know.
Martin
请先登录再写评论。
Have you tried supplying a bogus "VC" path inside that field? Any directory called VC will be a valid dialog value, and the OK button will be enabled.
I do work with MSVC, and supplying a bogus path to a VC directory quieted the notification (even though that's not what I wanted).
(aside: I needed to supply the VC directory under C:\Program Files (x86)\Microsoft Visual Studio 10.0)