79362290

Date: 2025-01-16 16:08:49
Score: 1.5
Natty:
Report link

The issue was target_compile_options(project1 PRIVATE /Zp).

I assume intellisense was expecting the next item to be passed to be the argument. As /Zp is the same as /Zp1 I had left it empty. Adding the argument of 1 has made the intellisense errors dissappear.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: BFox