I have some class files in latex with a company logo on the titlepage. I have now stored all templates for this company in one folder and added this path to miketex. I have placed the logo in a child folder of the templates named "graphics". In the class files I then import the logo with \includegraphics{./graphics/logo}. This gives a file not found error.
Is there a way to have the logo at one place? Or do I need to copy the logo to the same place as I have the document?