T O P I C R E V I E W |
__Daniel__ |
Posted - Sep 24 2009 : 03:58:44 AM Hello. In "Additional Include Directories" i have e.g. ..\\..\\SDK\\Include When i use "addinclude": #include "..\\..\\SDK\\Include\\file.h" better: #include <file.h>
|
2 L A T E S T R E P L I E S (Newest First) |
__Daniel__ |
Posted - Sep 28 2009 : 02:12:33 AM No, thanks. |
accord |
Posted - Sep 25 2009 : 4:21:24 PM I added an additional directory (in Project properties) and a library directory (in Tools -> Options...) for test purposes and put test files and classes into these dirs and I was able to reproduce your problem, but it has been resolved after I had restarted Visual Studio. Anyway, Visual Assist use simple quote marks for additional directories and <> marks for library directories. Do you see the problem after you restart VS? |