[Tex/LaTex] LaTeX error: can’t write file

errorsmiktex

I'm using Miktex 2.9 on windows 7 x32, texniccenter as IDE. I encounter an error for a project that worked few days ago: when I compile, I get the message:

! I can't write on file `../preamble1.aux'.

The beginning of the .tex file is:

\documentclass[xcolor=dvipsnames]{beamer}
\include{../preamble1}
\begin{document}

What should I do?

Thanks.

Best Answer

Why did you put \include in the preamble?

Please change to \input.