vc++ intellisense doesnt work correctly

THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED

On 19/05/2009 at 08:43, xxxxxxxx wrote:

User Information:
Cinema 4D Version:   r11 
Platform:   Windows  ;   
Language(s) :     C++  ;

---------
hi there, maybe someone here has a solution how to get my intellisense working completely. it is really annoying because it is a really comfortable thing.

this is how it should look

but nothing like this happens on my notebook. any ideas?
i guess there is something wrong so that intellisense cant find the files, but i dont know what to change where

cheers and thanks in advance,
ello

THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED

On 19/05/2009 at 09:22, xxxxxxxx wrote:

Make sure you have intellisense activated in the preferences? :) (writing and coding from my notebook...working fine..hehe)

THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED

On 19/05/2009 at 10:03, xxxxxxxx wrote:

as it works partially i guess yes. i am not 100% sure since i dont know how it should look like... and i dont find a setting called IntelliSense..

i have two computers here at home. on both it doesnt work. and i have installed vc++ express at work and there IntellySense works correctly. thats what now makes me think that it cant be project related.

i already tried reinstalling vc++ express, didnt help

or is there any special system variable for this?

THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED

On 19/05/2009 at 10:13, xxxxxxxx wrote:

it´s not project dependent. Look into the Extras->Options->Text Editor->Alle Sprachen(or C/C++)

and then "Members automatisch auflisten" (Automatically list members) must be set.

THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED

On 19/05/2009 at 10:44, xxxxxxxx wrote:

that one is set. it seems that all of the cinema definitions are missing.

THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED

On 19/05/2009 at 12:40, xxxxxxxx wrote:

definately now. everything which is defined in the _api part is not detected by intellisense. damn

THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED

On 19/05/2009 at 13:42, xxxxxxxx wrote:

ah.. got it. after i manually added ressource, _api and api_lib as additional include path..

just a guess, but seems that something with my webdeploy path is not working

THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED

On 19/05/2009 at 16:06, xxxxxxxx wrote:

great you finally worked it out.