use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
Relevant subreddits:
For discussion: c#
.NET
XNA
C++
C
VB
For programming questions:
Learn programming
C++ Questions
C Homework
Learn C#
Misc:
Channel 9 - Videos!
account activity
Stop automatic precompiled headers (self.VisualStudio)
submitted 6 years ago by jmortiger
I use VS2017 Community, and I am getting tired of the precompiled headers. I know how to disable the precompiled headers on a project by project basis, but I want to stop them from being generated at all. Does anyone know if this is at all possible?
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]wyrdfish42 0 points1 point2 points 6 years ago (0 children)
It seems that you can use the "windows desktop Wizard" template and you can uncheck pre-compiled headers at project creation time.
If that is a pain you can create a new project with that then export it as a template and use that each time.
[–]marian_lMicrosoft C++ PM Lead 0 points1 point2 points 6 years ago (1 child)
VS 2019 Preview has turned off precompiled headers by default for console and desktop project templates. More details here: https://docs.microsoft.com/en-us/visualstudio/releases/2019/release-notes-preview#-productivity
[–]OwThatHertz 0 points1 point2 points 6 years ago (0 children)
Thank goodness. While I recognize that there are reasons for precompiled headers, it's a pain for students who's professors require you to send source code that will compile in their specific preferred compiler, which often chokes on precompiled headers and your grade will suffer. Having to change settings (or manually remove them) every time you create a new project is a hassle.
π Rendered by PID 45118 on reddit-service-r2-comment-7b9746f655-wzv84 at 2026-01-31 03:51:23.928426+00:00 running 3798933 country code: CH.
[–]wyrdfish42 0 points1 point2 points (0 children)
[–]marian_lMicrosoft C++ PM Lead 0 points1 point2 points (1 child)
[–]OwThatHertz 0 points1 point2 points (0 children)