'Icons resources dont work in small and list sizes

Have created project on c++ in Visual Studio. Have added resources.rc + .ico file, that have next positions:

32 bits: 64x64, 48x48, 40x40, 32x32,24x24, 20x20, 16x16

8 bits: 48x48, 32x32, 16x16

4 bits: 32x32, 16x16

Compiling... All well, but when i switch "View" in small or list mode(when icons should be very small) - they are don't show... OS: Windows 10

I have tried to google information about sizes of icons for this specifications, but it seems correctly. What i do incorrect ?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source