Can't configure Indexer to recognize "forced-included" files (/fi parameter) [message #1059622] |
Mon, 20 May 2013 21:06 |
Mauro Faccenda Messages: 3 Registered: May 2013 |
Junior Member |
|
|
Hi all,
I am using Eclipse Indigo with Visual Studio 2012, and the code I am working on creates a header file (with tons of macro denifitions) that is included into every other file by using the force include parameter (/FI).
I was able to successfully configure the build parameters, by adding the parameter "/FI<filename.h>" on Project Properties->C/C++ Build->Settings->C Compiler (cl)->Miscellaneous.
But it seems the Indexer can't find the macros on the (previously) automatically created file. As a result, Eclipse shows tons of syntax error and non resolved types/symbols, but I am able to build the executable.
So, I was wondering if there is any way to specify this include so the Indexer recognizes the macros on it.
Thanks in advance,
UPDATE:
I am actually using Eclipse Juno, but tried also with Indigo.
[Updated on: Tue, 21 May 2013 14:53] Report message to a moderator
|
|
|
|
|
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.04695 seconds