Adding *.wav breaks Resources

When I add wav file in Resources section, [em]Resources.Designer.vb[/em] file is no longer generated. This means that the following line gives two errors:


'GetBytes' is not a member of 'Resources'
'BinaryResources' is not a member of 'Resources'

If I remove wav extension, everything seems to work.

VS2012, VB.NET.