You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**/FC** is also needed if you want to see the full path of a file name when using the __FILE__ macro. See [Predefined Macros](../../preprocessor/predefined-macros.md) for more information on __FILE__.
46
+
**`/FC`** is also needed if you want to see the full path of a file name when using the `__FILE__` macro. For more information about `__FILE__`, see [Predefined macros](../../preprocessor/predefined-macros.md).
37
47
38
-
The **/FC** option is implied by **/ZI**. For more information about **/ZI**, see [/Z7, /Zi, /ZI (Debug Information Format)](z7-zi-zi-debug-information-format.md).
48
+
The **`/FC`** option is implied by **`/ZI`**. For more information about **`/ZI`**, see [`/Z7, /Zi, /ZI` (Debug information format)](z7-zi-zi-debug-information-format.md).
39
49
40
-
**/FC** outputs full paths in lower case.
50
+
In Visual Studio 2017 and earlier versions, **`/FC`** outputs full paths in lower case. Starting in Visual Studio 2019, **`/FC`** uses the same casing as the file system for full paths.
41
51
42
52
### To set this compiler option in the Visual Studio development environment
43
53
@@ -47,11 +57,11 @@ The **/FC** option is implied by **/ZI**. For more information about **/ZI**, se
47
57
48
58
1. Modify the **Use Full Paths** property.
49
59
50
-
### To set this linker option programmatically
60
+
### To set this compiler option programmatically
51
61
52
62
- See <xref:Microsoft.VisualStudio.VCProjectEngine.VCCLCompilerTool.UseFullPaths%2A>.
0 commit comments