<div dir="ltr"><div class="gmail_default" style="font-family:verdana,sans-serif;font-size:small">I do remember occasionally have such issues with template-heavy code, mostly (earlier) versions of ITK. That was years ago. Newer versions of Visual Studio handle templated code much better. Newest <a href="http://www.visualstudio.com/en-us/news/vs2013-community-vs.aspx">free VS</a> works well with ITK.</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Jan 23, 2015 at 2:36 PM, Michael Pinkert <span dir="ltr"><<a href="mailto:mpinkert@wisc.edu" target="_blank">mpinkert@wisc.edu</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi all,<br>
<br>
I recently upgraded my install of ITK from 4.5 to 4.8, but it seems to have<br>
broken IntelliSense in Microsoft Visual Studio 2010.<br>
<br>
The editor will not autocomplete functions anymore or give a list of<br>
options, making it much more cumbersome to write code.  Normally it will<br>
give a list of options after :: or -> commands, but now I simply get the<br>
error:<br>
<br>
IntelliSense: 'No additional information available' (See Troubleshooting<br>
IntelliSense in C++ Projects' for further help)<br>
<br>
I am still given a list of included .h files when I use #include, and I can<br>
also right click on declared types to go to the appropriate header files,<br>
but it does not autocomplete otherwise, so the program is locating the files<br>
correctly.<br>
<br>
The faq page of "Troubleshooting IntelliSense in C++ projects" has not been<br>
helpful.<br>
<br>
Does anyone have experience with a bug like this?<br>
<br>
Best regards,<br>
Michael Pinkert<br>
<br>
<br>
<br>
--<br>
View this message in context: <a href="http://itk-insight-users.2283740.n2.nabble.com/ITK-users-Visual-Studio-2010-Express-autocomplete-IntelliSense-not-working-with-ITK-4-8-0-tp7586829.html" target="_blank">http://itk-insight-users.2283740.n2.nabble.com/ITK-users-Visual-Studio-2010-Express-autocomplete-IntelliSense-not-working-with-ITK-4-8-0-tp7586829.html</a><br>
Sent from the ITK Insight Users mailing list archive at Nabble.com.<br>
_____________________________________<br>
Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at<br>
<a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Kitware offers ITK Training Courses, for more information visit:<br>
<a href="http://www.kitware.com/products/protraining.php" target="_blank">http://www.kitware.com/products/protraining.php</a><br>
<br>
Please keep messages on-topic and check the ITK FAQ at:<br>
<a href="http://www.itk.org/Wiki/ITK_FAQ" target="_blank">http://www.itk.org/Wiki/ITK_FAQ</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://public.kitware.com/mailman/listinfo/insight-users" target="_blank">http://public.kitware.com/mailman/listinfo/insight-users</a><br>
_______________________________________________<br>
Community mailing list<br>
<a href="mailto:Community@itk.org">Community@itk.org</a><br>
<a href="http://public.kitware.com/mailman/listinfo/community" target="_blank">http://public.kitware.com/mailman/listinfo/community</a><br>
</blockquote></div><br></div>