Forced include file in "Make" type of Visual Studio project

Hi,

Is there already a way to tell ReSharper that a "Forced include file" option ("/FI") was used in the Makefile type of Visual Studio project?

I am getting a number of "Cannot resolve symbol" error messages and suggestions to add "#include ..." lines which are not actually needed.

Thanks,

Kamil

0
2 comments
Avatar
Permanently deleted user

Hello,

For NMake projects R++ uses IntelliSense project properties. You should be able to specify force included files via the "NMake | Intellisense | Forced Includes" property. Please let us know if it doesn't work for you.

Thanks!

0
Avatar
Permanently deleted user

It turned out that "Preprocessor Definitions" list of IntelliSense was not fully populated in my project and that was the reason for "Cannot resolve symbol". The errors are gone. Because of that I was not able to verify if "Forced Includes" of IntelliSense are really working, but I will assume the are.

Thanks a lot for pointing that out and a very quick response!

Best regards,

Kamil

0

Please sign in to leave a comment.