I need to create an index in my document, so I put the following lines in my preambel
\usepackage{makeidx}
\usepackage{showidx}
\makeindex
So, when compiling with TeXnicCenter, I noticed the following line in the log
Can't create output index file E:\...\doc.ind
No further information on why - just this line. Of course, in the compiled document, there is no index (duh!) - So, why does this error ocurr and how can I get TeXnicCenter to produce the index file?
If I run makeindex myself over cmd, it runs smoothly and creates the index without a problem.

\index{word}, and I\printindexit, the entry isindexfile, 7instead ofword, 7– F.P May 03 '11 at 06:49