I have 2 .bib files in a directory called RequiredFiles. One level back from this I have a file called Backmatter.tex which loads the bib like this:
\bibliography{RequiredFiles/refs1}
This works fine but as soon as I introduce the second bib file via
\bibliography{RequiredFiles/refs1}
\bibliography{RequiredFiles/refs2}
My compiler claims it can't open main.aux. What's this about?