I use Visual Studio 2017 Community Edition for C++, but I have a problem. I need to create a win32 project (Actually I want to create a static library (.lib)) but for some reason I don't have this type of projects available! All what I have in the Section of Visual C++ is:
What should I do to get Win32 Project Template? or is there another way to create such a project (.lib NOT .exe)?
Desktop Wizard should allow to select "Static library" on first or second page.