IntelliSense does not work with blueprints

M@gg!

16-08-2006 10:47:08

When I create a character blueprint like this:

nxOgre::blueprint<nxOgre::character> bp;

And then type this:

bp.

IntelliSense only shows the options:
bp.save
bp.load


Options like:
bp.setToDefault();

Work, but are not presented as if they do not exist.

betajaen

16-08-2006 11:39:44

Try deleting the NxOgre.ncb which should force a Intellisense to parse NxOgre again, if that doesn't work (for some reason), all I can suggest is either grin and bare it, or invest in something like Visual Assist.

M@gg!

16-08-2006 13:56:54

God advice. It works!

:D

athkast

23-08-2007 16:05:24

Yes deleting the .ncb of the project worked for me too, thank you!

betajaen

23-08-2007 16:10:07

You guys still using the second generation code? Get with the times man. ;)