I have a document, I can't seem to figure out how to compile so that the document 'sees' the bibliography (.bib file) in TeXnicCenter.
Here are my bibliography commands:
\bibstyle{ieeetr}
\bibliography{BibTest}
I compile using the LaTeX-DVI-PDF profile, in which I have not selected the "Do Not Use Bibtex in this profile":

The document compiles just fine, except for the cites, for which I get question marks.
Do I need to use a package in order to get the bibliography to compile or what do I need to do?
\bibstyleshould not appear in your.texfile; there it should be some\bibliographystyle.\bibstyleis written into the generated.auxfile by the\bibliographystyleinstruction. – Paul Gessler Feb 14 '15 at 15:34bibtex. It does work when choosing "Build current file" (Ctrl + F7). At least it helped you to see the log messages. :-) – Paul Gessler Feb 14 '15 at 15:38