Adding images - bitmap not found

hello oli,
i tried to load a png for my plugin, but it didnt work. I followed the manual (https://github.com/iPlug2/iPlug2/blob/master/Documentation/images.md) and did everything accordingly, but it gave me the warning “bitmap not found”.
if i add the image here:

#ifndef APSTUDIO_INVOKED
/////////////////////////////////////////////////////////////////////////////
//
// Generated from the TEXTINCLUDE 3 resource.
//
#include “…\config.h”
ROBOTO_FN TTF ROBOTO_FN
MYPNG_FN PNG MYPNG_FN
/////////////////////////////////////////////////////////////////////////////
#endif // not APSTUDIO_INVOKED

it works. but since the comment says this should be generated I thought i´m maybe doing sth. wrong…

I’ve added some docs to the wiki:

3 Likes