I want to add a bitmap to my MFC libary file.
It seemed to add it and it called it Script1.rc
but it doesnt find the bitmap I called LETTERS

What am I doing wrong

Code:
CBitmap bitmap;
bitmap.LoadBitmap(LETTERS);
CDC dcComp;