Okay I tried with the ";" and without it gives me the same error "Can't open Vertical.jpg" here is the code:

Code:
#include <acknex.h>
#include <default.c>
#include "player.c"
#define PRAGMA_PATH "images";

PANEL* pSplash = { bmap = "intro.png"; } //intro
PANEL* pLogo = { bmap = "vertical.jpg"; } //vertical logo
PANEL* pHud = { bmap = "hud.png"; } //heads up display



the only picture inside images is vertical.jpg